REBOL3 tracker
  0.9.12 beta
Ticket #0001412 User: anonymous

Project:



rss
TypeBug Statustested Date3-Jan-2010 08:44
Versionalpha 95 CategorySyntax Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary Time-zone can be specified as full time value, but after hours and minutes rest is ignored.
Description The documentation does not suggest it, but a full time value can be specified for the timezone, including fractional seconds and am/pm. Only the hour and minute components are checked for validity, the rest is ignored.
Example code
>> 3-Jan-2010/10:00+2:00:56.1234pm
== 3-Jan-2010/10:00+2:00
>> 3-Jan-2010/10:00+2:01:56.1234pm
** Syntax error: invalid "date" -- "3-Jan-2010/10:00+2:01:56.1234pm"

Assigned ton/a Fixed inalpha 97 Last Update8-Feb-2010 03:06


Comments
(0001935)
BrianH
30-Jan-2010 03:12

It should be a syntax error. Changed to a bug.
(0001953)
Carl
4-Feb-2010 14:55

Any non-whitespace chars following the timezone hours and mins will throw an error now.

Date User Field Action Change
8-Feb-2010 03:06 BrianH Status Modified built => tested
4-Feb-2010 14:55 carl Comment : 0001953 Added -
4-Feb-2010 14:54 carl Fixedin Modified => alpha 97
4-Feb-2010 14:54 carl Status Modified reviewed => built
30-Jan-2010 03:12 BrianH Comment : 0001935 Added -
30-Jan-2010 03:11 BrianH Category Modified Documentation => Syntax
30-Jan-2010 03:11 BrianH Type Modified Note => Bug
12-Jan-2010 21:05 carl Status Modified submitted => reviewed
3-Jan-2010 08:44 meijeru Summary Modified Time-zone can be specified as full time value, but after minutes and hours rest is ignored. => Time-zone can be specified as full time value, but after hours and minutes rest is ignored.
3-Jan-2010 08:44 meijeru Description Modified -
3-Jan-2010 08:44 meijeru Code Modified -
3-Jan-2010 08:44 meijeru Ticket Added -