blob: 62381a378f5c39321643a21c4e3e62ef8c817653 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* syntax version 1 */
/* postgres can not */
select
CurrentTzDate("Europe/Moscow"),
CurrentTzDatetime("Europe/Moscow"),
CurrentTzTimestamp("Europe/Moscow"),
CurrentUtcDate(),
CurrentUtcDatetime(),
CurrentUtcTimestamp();
|