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 27, 2018Ret. Employee
How about this?
root@ltm1300:Active:In Sync] config python
...
>>> import datetime
>>> datetime.datetime.fromtimestamp(1519382317).__str__()
'2018-02-23 23:38:37'
Bonus: perl version 🙂
[root@ltm1300:Active:In Sync] config perl -e 'use POSIX; print strftime("%Y/%m/%d %H:%M:%S\n", localtime(1519382317))'
2018/02/23 23:38:37
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