Forum Discussion
Zdenda
Cirrus
Feb 23, 2018API Rest, what lastUpdateMicros is?
Hi,
what is parameter "lastUpdateMicros" and can I get real daytime from that?
I need to know since when some ASM objects are in staging and although I can see real daytime in GUI, in API I see o...
Satoshi_Toyosa1
Feb 25, 2018Ret. Employee
lastUpdateMicros
is the date/time represented in micro seconds since 1970-01-01 00:00:00 GMT (Unix epoch). For example, 1519382317000000 is Friday, 23 February 2018 10:38:37.
There are several ways to convert. If you want to do it from a BIG-IP bash, JavaScript/Node might be handy. Note that the JavaScript's
Date
expects milliseconds, so trim the last three digits. e.g.,
[root@ltm1300:Active:Disconnected] config node
> d = new Date(1519382317000)
Fri Feb 23 2018 23:38:37 GMT+1300 (NZDT)
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects