Hi Walter,

> DATE('T') returns apparently the same number as time('T') without
> mentioning that in the reference
>
both DATE("T") and TIME("T") correctly state "returns the number of seconds
since 00:00:00.000000 on 1 January 1970".

Say date(T,20200427,S) uses today's time 00:00:00
>
rexxref says "When requesting dates to be converted to Full format or Ticks
format, a time value of "00:00:00.000000" is used for the conversion."

Where do you see a surprise?


Regina does the same and talks about it a little more
>
[T] (time_t) Returns the current UTC date/time in UNIX time_t format
>
ooRexx' TIME always returns local time, i. e. taking into account the
current timezone.
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to