Commit a74b642
committed
API: use UTC timestamps in set attr value endpoint
The platform uses mostly UTC timestamps nowadays, and that also applies to
the data ingested. However, datapoints created through "set attribute value"
endpoint in the DP3 API still use timezone unaware timestamps.
This patch allows unified data processing in the applications.1 parent 834bd0a commit a74b642
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
0 commit comments