Page MenuHomePhabricator

#time should show an error message for pre-epoch dates
Closed, InvalidPublic

Description

#time does not handle dates before 1970-01-01 (bug 11686); this is hard to fix, as PHP does not support conversion of such dates, but then at least #time should display an error message, instead of just silently returning the wrong date (which is often not noticed).


Version: unspecified
Severity: minor

Details

Reference
bz14774

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:11 PM
bzimport added a project: ParserFunctions.
bzimport set Reference to bz14774.
bzimport added a subscriber: Unknown Object (MLST).

bug 11686 has been fixed, marking as invalid.