davidradl commented on code in PR #27552:
URL: https://github.com/apache/flink/pull/27552#discussion_r2788058437
##########
flink-runtime-web/web-dashboard/src/app/pages/job/overview/watermarks/job-overview-drawer-watermarks.component.ts:
##########
@@ -54,38 +67,112 @@ export class JobOverviewDrawerWatermarksComponent
implements OnInit, OnDestroy {
public virtualItemSize = 36;
public readonly narrowLogData = typeDefinition<WatermarkData>();
+ // Timezone related properties
+ public timezoneOptions = [
Review Comment:
Hi I am wondering about how daylight savings effects this. I assume the
local time in daylight saving is what the users might expect to see.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]