My Server is in GMT (Zulu Time) which is accurate for the log collection, but I'd like to have a table that shows multiple time zones to help our Techs to know when the sun is shining all over the world.. Here is what I have so far thanks to a few searches.
| gentimes start-1 | eval "Zulu Time"=strftime(now(), "%+") | table "Zulu Time"
Now I'd like to add Central & Europe times to the same table. i.e:
..... | table "Zulu Time" "Local Time" "Europe Time"
Thanks!
↧