Opened 19 months ago
Closed 14 months ago
#1488147 closed Bugs (fixed)
Error on display birthday date
| Reported by: | Balthazar997 | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-rc |
| Component: | Addressbook | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Rouncube show birthday minus 1 day.
Example : i have created 1 contact with birthday at 13.09.2011.
In database it set at 13.09.2011 but roundcube display 12.09.2011
Tested with new contact and import contact (google sync contact plugin)
Change History (5)
comment:1 Changed 19 months ago by alec
- Milestone changed from later to 0.7-beta
comment:2 Changed 19 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 14 months ago by imlich
- Resolution fixed deleted
- Status changed from closed to reopened
- Version changed from 0.6 to svn-trunk
Not fixed for me.
Living in TZ=Europe/Berlin Birthday are still ([ff2d88a7]) shown as previous day.
When editing a contact - even without going to the "Personal Information" tab, the wrong date is saved.
As a workaround in program/include/main.inc in function format_date add a 'date_default_timezone_set("UTC");' in the beginning fixes the problem, but is probably not the best solution as it might have other implications.
comment:4 Changed 14 months ago by imlich
- Milestone changed from 0.7-beta to 0.8-rc
comment:5 Changed 14 months ago by alec
- Resolution set to fixed
- Status changed from reopened to closed
Fixed in [8e8ae79c].

Fixed in [77153b25].