Option for local timezone timestamps#4520
Option for local timezone timestamps#45201000TurquoisePogs wants to merge 12 commits intov3.x/stagingfrom
Conversation
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
|
build 8777 FAILED. |
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
|
build 8778 FAILED. |
|
build 8779 FAILED. |
|
build 8784 FAILED. |
|
build 8827 FAILED. |
Signed-off-by: Martin Zeithaml <Martin.Zeithaml@broadcom.com>
|
build 8832 SUCCEEDED. |
|
build 8833 SUCCEEDED. |
|
Test workflow 7517 is started. |
|
Test workflow 7520 is started. |
# ./yaml/zowe.wrong.yaml
zowe:
logging:
timezone: Prague# ./yaml/zowe.local.yaml
zowe:
logging:
timezone: LOCAL# ./yaml/zowe.utc.yaml
zowe:
logging:
timezone: UTC# ./yaml/zowe.none.yaml
zowe:
environments:
1: 1The timestamp difference between |
Martin-Zeithaml
left a comment
There was a problem hiding this comment.
This feature should be in CHANGELOG.
|
build 8841 SUCCEEDED. |
|
Test workflow 7526 is started. |
|
build 8851 SUCCEEDED. |
|
Test workflow 7535 is started. |
This PR adds sensitivity to the "TZ" env var to "zwe", as well as points to zowe/zlux-server-framework#572 which does the same for app-server.
the property zowe.logging.timezone, when set to "LOCAL" or "local", will effect them.
There's a small bootstrapping problem to be solved in the TS code - when is "zowe.logging.timezone" readable? If its set as an env var, the TS code will use it, but it doesn't get set as an env var until some point of execution. This sets it as soon as configmgr is called, but a user could set the env var by some other means too.