mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-04-03 01:01:21 +00:00
Revert "Hotfix for the wrong timestamp type"
This reverts commit 04a8929a
This commit is contained in:
parent
8776579926
commit
a7035a11b3
@ -2,7 +2,6 @@ from urllib.parse import urljoin
|
||||
import logging
|
||||
|
||||
import requests
|
||||
from datetime import datetime
|
||||
|
||||
from futile.logging import LoggerMixin
|
||||
|
||||
@ -90,7 +89,7 @@ class OrionAPI(LoggerMixin):
|
||||
"type": self._get_type(data_senml["v"]),
|
||||
"metadata": {
|
||||
"timestamp": {
|
||||
"value": datetime.fromtimestamp(data_senml["t"]).replace(microsecond=0).isoformat(),
|
||||
"value": data_senml["t"],
|
||||
"type": "String"
|
||||
},
|
||||
"bn": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user