如何获得FR的时区
例子。
UTC
sql 这样写 试试
帆软:SELECT datetime((julianday('now') - 2440587.5) * 86400, 'unixepoch') || ' UTC' AS UTC_Time;