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.
- arpakitlib/ar_zabbix_api_client_util.py +1 -1
- {arpakitlib-1.8.72.dist-info → arpakitlib-1.8.74.dist-info}/METADATA +1 -1
- {arpakitlib-1.8.72.dist-info → arpakitlib-1.8.74.dist-info}/RECORD +6 -6
- {arpakitlib-1.8.72.dist-info → arpakitlib-1.8.74.dist-info}/WHEEL +1 -1
- {arpakitlib-1.8.72.dist-info → arpakitlib-1.8.74.dist-info}/LICENSE +0 -0
- {arpakitlib-1.8.72.dist-info → arpakitlib-1.8.74.dist-info}/entry_points.txt +0 -0
@@ -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
|
)
|
@@ -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=
|
378
|
-
arpakitlib-1.8.
|
379
|
-
arpakitlib-1.8.
|
380
|
-
arpakitlib-1.8.
|
381
|
-
arpakitlib-1.8.
|
382
|
-
arpakitlib-1.8.
|
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,,
|
File without changes
|
File without changes
|