|
|
I tried using this over the weekend (v3.7), and at 7:37 pm, I got 00:37 as the
output.
I tried a few variations and played with the 'string' optional argument, but to
no avail.
Can someone check the behaviour of this?
Post a reply to this message
|
|
|
|
"Bald Eagle" <cre### [at] netscapenet> wrote:
> I tried using this over the weekend (v3.7), and at 7:37 pm, I got 00:37 as the
> output.
> I tried a few variations and played with the 'string' optional argument, but to
> no avail.
>
> Can someone check the behaviour of this?
Only found another message from a couple years ago telling of subtracting from
'now' to correct for the time zone. In your case that looks like 5 hours, or
0.208333 of 24 hours (5 divided by 24).
So apparently it reads the Coordinated Universal Time, UTC.
#debug concat("The day, date and time is ",datetime(now-0.208333,"%A %m/%d/%Y
%I:%M %p %Z"),"\n\n")
Post a reply to this message
|
|