mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #15] Wrong time zone in Pipeline window. #13
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rshibanov on GitHub (Apr 12, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/15
I had change "system timezone", but in "Pipeline window" time still in UTC.

@sochix commented on GitHub (Apr 12, 2017):
@rshibanov where did you change the timezone? in your ubuntu machine ot docker container?
@rshibanov commented on GitHub (Apr 13, 2017):
I changed "system timezone" via command "dpkg-reconfigure tzdata".
How to change "timezone" in docker?
And if i change timezone in docker, will "new" timezone stay in future after update "Ambar"?
@isido993 commented on GitHub (Apr 13, 2017):
Hello @rshibanov
It's always UTC inside Ambar's containers, it's mandatory to prevent files synchronisation errors and duplication due to differences in dates during crawling process.
That's why changing the time zone in your host machine is pointless.
For now, there's actually no way to change time zone in Ambar, but we're going to release an update that'll allow users to adjust the timezone for datetimes displayed in Ambar's UI.
@rshibanov commented on GitHub (Apr 13, 2017):
Ok. Thanks