Opened 4 years ago
Closed 4 years ago
#1485729 closed Bugs (fixed)
incorrect timestamp parsing
| Reported by: | niemand | Owned by: | |
|---|---|---|---|
| Priority: | 8 | Milestone: | 0.2.1 |
| Component: | Core functionality | Version: | 0.2-stable |
| Severity: | minor | Keywords: | time timestamp timezone parser date header |
| Cc: |
Description
The timestamps from the "date" field in the header of different mails (particularly mails from ebay) are parsed incorrectly, i. e.
E-Mail header:
Date: Mon, 9 Feb 09 10:21:58 GMT-0700
displayed as
Date: Today 11:21
but should be
Date: Today 19:21
when timezone is set to CET (GMT+0100)
Change History (2)
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.2.1
comment:2 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [33875df4].