You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the JSON parser allows parsing of time stamp and configuration of time format by using e.g.
json_time_format = "02 Jan 06 15:04 MST".
Proposal:
It would be nice if epoch/unix timestamp could also be parsed by specifying whether the timestamp is
given in seconds, milliseconds, microseconds or nanoseconds.
The text was updated successfully, but these errors were encountered:
Currently, the JSON parser allows parsing of time stamp and configuration of time format by using e.g.
json_time_format = "02 Jan 06 15:04 MST".
Proposal:
It would be nice if epoch/unix timestamp could also be parsed by specifying whether the timestamp is
given in seconds, milliseconds, microseconds or nanoseconds.
The text was updated successfully, but these errors were encountered: