我需要将我的 systimestamp 转换为 UTC 时间。我通过google找到了下面的sql。它适用于所有可能的情况吗?例如,我的 oracle 服务器遵循 EST 时间。此查询是否也会在 EST 夏令时提供正确的 UTC?
Select sys_extract_utc(systimestamp) from dual;
我需要将我的 systimestamp 转换为 UTC 时间。我通过google找到了下面的sql。它适用于所有可能的情况吗?例如,我的 oracle 服务器遵循 EST 时间。此查询是否也会在 EST 夏令时提供正确的 UTC?
Select sys_extract_utc(systimestamp) from dual;