[vz-users] Frontend bleibt leer

Michael Wulz michael.wulz at gmail.com
Tue Feb 12 18:50:41 CET 2013


On 12.02.13 18:37, Thorben Thuermer wrote:
> select from_unixtime(timestamp/1000) from data;
Hier noch besser mit dem Wert:

ysql> select from_unixtime(timestamp/1000),value from data;
+-------------------------------+-------+
| from_unixtime(timestamp/1000) | value |
+-------------------------------+-------+
| 2013-02-12 17:19:18           |  23.1 |
| 2013-02-12 17:20:18           |  23.1 |
| 2013-02-12 17:21:18           |  23.1 |
| 2013-02-12 17:22:18           |  23.1 |
| 2013-02-12 17:23:18           |  23.1 |
| 2013-02-12 17:24:18           |  23.1 |
| 2013-02-12 17:25:18           |  23.1 |
| 2013-02-12 17:26:19           |  23.1 |
| 2013-02-12 17:27:19           |  23.1 |


gruss
M


More information about the volkszaehler-users mailing list