Current time field

For more advanced meter data users. Learn from others and ask questions about how to read meters, how to use the EKM Push Data, and how to display the meter data in useful ways.
Post Reply
pvanroos
Posts: 11
Joined: Wed May 28, 2014 8:52 am

Current time field

Post by pvanroos »

Guys,

Maybe this was already asked. How do I parse and make sense out of the 'CurrentTime' field? I get something back like this: 14091906081408

Digit position (1-based index):
1 -2 = 14 is year
3 -4 = 09 is month
5- 6 = 19 is day
7- 8 06 is day of week? (Friday - Sunday is start of week - 01)
9 -10= 08 is hour
11-12= 14 is minute
13-14= 08 is second

Does that look right?

-Paul
JayDee
Posts: 20
Joined: Mon Aug 11, 2014 4:24 pm

Re: Current time field

Post by JayDee »

pvanroos wrote:Does that look right?

Yes, that is correct. I know a fair bit about the data structure of both the V3 and V4's so if you need any more help let post it here.

Cheers

JayDee
pvanroos
Posts: 11
Joined: Wed May 28, 2014 8:52 am

Re: Current time field

Post by pvanroos »

Thanks!
Post Reply