Subject Re: [firebird-support] UTC Time from server
Author Ivan Cruz
Richard wrote:

>Hi,
>
>What SQL syntaxt would I use to retrieve the UTC time from a Firebird
>1.5 server?
>

You can recover the system time (from your mainboard clock) using
select CURRENT_TIMESTAMP from RDB$DATABASE
for UTC time I believe an SNTP client would be the better tool.

Ivan.