arpakitlib 1.8.72__py3-none-any.whl → 1.8.74__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -265,7 +265,7 @@ class ZabbixApiClient:
265
265
  clock_ns_as_datetime = datetime.fromtimestamp(int(history["clock"]))
266
266
  if "ns" in history.keys():
267
267
  clock_ns_as_datetime += timedelta(microseconds=int(history["ns"]) / 1000)
268
- history["dt"] = clock_ns_as_datetime
268
+ history["dt"] = clock_ns_as_datetime.isoformat()
269
269
  history["assembled_key"] = (
270
270
  f"{history["clock"]}_{history["ns"]}_{history["value"]}_{history["itemid"]}"
271
271
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arpakitlib
3
- Version: 1.8.72
3
+ Version: 1.8.74
4
4
  Summary: arpakitlib
5
5
  License: Apache-2.0
6
6
  Keywords: arpakitlib,arpakit,arpakit-company,arpakitcompany,arpakit_company
@@ -374,9 +374,9 @@ arpakitlib/ar_ssh_runner_util.py,sha256=yvAwza480MkHKvLkDEsR7JNh2bYNs6P9rCVo4NA8
374
374
  arpakitlib/ar_str_util.py,sha256=NisRtt4xwE7qthkkXzL49jvGKMGlvJ4KKcvpQfmRlIw,4415
375
375
  arpakitlib/ar_type_util.py,sha256=Cs_tef-Fc5xeyAF54KgISCsP11NHyzIsglm4S3Xx7iM,4049
376
376
  arpakitlib/ar_yookassa_api_client_util.py,sha256=VozuZeCJjmLd1zj2BdC9WfiAQ3XYOrIMsdpNK-AUlm0,5347
377
- arpakitlib/ar_zabbix_api_client_util.py,sha256=q2e2VugJj2BxQl1qghnRaf_z9PZe-d0LVsM4DskunKc,9437
378
- arpakitlib-1.8.72.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
379
- arpakitlib-1.8.72.dist-info/METADATA,sha256=pHFmZZIJCb30-SsjBdMzFv2jAiChHjKPD37g15mUnTc,3475
380
- arpakitlib-1.8.72.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
381
- arpakitlib-1.8.72.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
382
- arpakitlib-1.8.72.dist-info/RECORD,,
377
+ arpakitlib/ar_zabbix_api_client_util.py,sha256=_lgoDpgM8qI82HYIZylij8wml1NANMKjj_hnyg-JS3E,9449
378
+ arpakitlib-1.8.74.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
379
+ arpakitlib-1.8.74.dist-info/METADATA,sha256=KOHtJC3KV5wWvlZOq8CXy20EW7vIqUdmFvGDMxBofys,3475
380
+ arpakitlib-1.8.74.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
381
+ arpakitlib-1.8.74.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
382
+ arpakitlib-1.8.74.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 2.1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any