Ticket #211 (bug)
Opened 3 years ago
Last modified 2 years ago
Planet and Floating DateTime
Status: closed (fixed)
| Reported by: | miyagawa | Assigned to: | miyagawa |
|---|---|---|---|
| Priority: | major | Milestone: | Refactoring: Planet |
| Component: | Plagger | Version: | |
| Keywords: | Cc: | ||
NAMAAN search RSS feed comes without timezone. It assumes everything is +0900 (JST). Planet sorts entries based on DateTime?, and it requires Filter::FloatingDateTime? to do it in a (maybe) valid way.
Change History
05/05/06 19:06:08: Modified by miyagawa
- description changed.
07/01/06 03:43:26: Modified by miyagawa
- milestone set to Refactoring: Planet.
10/14/06 13:56:22: Modified by miyagawa
11/28/06 15:47:43: Modified by miyagawa
- status changed from new to closed.
- resolution set to fixed.
it's almost fixed with GuessTimeZone?.

(In [1743]) * Fixed Plagger::Date->parse_dwim to respect the timezone in the original string * Added Filter::GuessTimeZoneByDomain?. Fixes #424 Refs #211