Hi,
I wanted to display the system time as something like this: 2022-09-18 18:40:00
I tried using
SELECT sysdate('yyyy-MM-dd HH:mm:ss')
which seems consistent with the "rules" page sent to from a link in the Arcade's documentation.
The problem is, however, that no matter what I put as format, it it is not blank, the server always returns "2022-09-18", ignoring any settings for time and any settings for date formats.
Am I doing something wrong?
Many thanks,
Alex
Hi,
I wanted to display the system time as something like this: 2022-09-18 18:40:00
I tried using
which seems consistent with the "rules" page sent to from a link in the Arcade's documentation.
The problem is, however, that no matter what I put as format, it it is not blank, the server always returns "2022-09-18", ignoring any settings for time and any settings for date formats.
Am I doing something wrong?
Many thanks,
Alex