Forum Discussion
tolinrome_13817
Apr 17, 2014Nimbostratus
View pending changes in cluster
Hello all,
Is there anyway to be able to view the changes that are pending in the cluster? I couldnt find anything in writing on this.
Thanks!
Ray_330743
Altostratus
Did you have changes pending? Worked for me, 12.1.12.
Though I wonder what the timestamps represent. They don't look like a familiar timestamp format.
6510792451376654679
1
/Common/MY.LB.TLD
6511412335472880268
99
/Common/MY.LB.TLD
IanB
Mar 27, 2020Employee
I realise the question was asked two years ago, but it's a unix timestamp, shifted left 32 bits with 32 bits of subsecond precision.
You can discard the right-hand 32 bits and treat the rest as a normal UTC unix epoch timestamp.
$ TZ=UTC date -d @$((6510792451376654679>>32))
Sun, Jan 14, 2018 6:39:57 AM
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