mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #186] wrong time zone when using vimbtool #147
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#147
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 @Phiber2000 on GitHub (Apr 20, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/186
When executing "vimbtool.php -a mailbox.cli-get-sizes", time zone in DB columns "size_at" is not considered correctly. So the info in GUI is wrong, too.
For example:
2016-04-20 11:00:00should be2016-04-20 12:00:00The command
php -i,/usr/bin/env php -iand the phpinfo page show the correct time zone, so thephp.inifiles are set correct.@Phiber2000 commented on GitHub (Apr 20, 2016):
I have found out why - easy thing.
Pull request incoming in a few minutes.
@Phiber2000 commented on GitHub (Apr 20, 2016):
Added note in "Mail System Install on Ubuntu" Wiki page, too.