Question about API rain delay times

For the following fields:

“rainDelayExpirationDate”: 1420027691501,
“rainDelayStartDate”: 1420026367029,

What format are the values in? It looks like a unix timestamp but it’s too long by three digits …

@wayubi It is milliseconds since unix epoch in UTC (Java Date).

Let us know if you have any other questions.

Thanks!