oops, not everyone is in my timezone

db4
Doug Coleman 2008-09-20 19:08:59 -05:00
parent 6b5af35cb6
commit f66d3d0957
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ HELP: <date>
{ $description "Returns a timestamp object representing the start of the specified day in your current timezone." }
{ $examples
{ $example "USING: calendar prettyprint ;"
"2010 12 25 <date> ."
"T{ timestamp\n { year 2010 }\n { month 12 }\n { day 25 }\n { gmt-offset T{ duration { hour -5 } } }\n}"
"2010 12 25 <date> >gmt midnight ."
"T{ timestamp { year 2010 } { month 12 } { day 25 } }"
}
} ;