Version/Environment (if relevant):
This generally applies to Domino versions 4.x and 5.x as of 5.2.x.
Issue:
Timezone isn't always explicitly listed when viewing logs
Resolution:
The UI logs for workspaces, builds, jobs, etc have timestamps at the beginning of each log statement which are output in the timezone matching the browser's timezone (typically your PC's system default). So if you are in New York and your browser is matching your location then the logged values will be for US Eastern Timezone.
Note that when viewing logs from kubectl with "--timestamps" flag there is a designation indicating the timezone, like:
greghudson@Gregs-MacBook-Pro Downloads % kubectl logs -n emeaplay255392-compute domino-build-6319f1cb2dc4ee5d8edc0a68-dg8xx --timestamps
2022-09-08T13:49:19.744417374Z {"level":"info","ts":1662644959.7442865,"msg":"Initializing Kubernetes clients"}
....
The "Z" in 2022-09-08T13:49:19.744417374Z is part of ISOdate format indicating UTC (or zero offset from UTC.)
Comments
0 comments
Please sign in to leave a comment.