Last active 1756371023

Base on PostgreSQL

grey's Avatar grey revised this gist 1756371023. Go to revision

No changes

grey's Avatar grey revised this gist 1756371001. Go to revision

No changes

grey's Avatar grey revised this gist 1756370987. Go to revision

No changes

grey revised this gist 1756369653. Go to revision

1 file changed, 3 insertions

utc.sql(file created)

@@ -0,0 +1,3 @@
1 + SET TIME ZONE 'Asia/Shanghai';
2 + SHOW TIME ZONE; -- 验证
3 + SELECT now(); -- 现在会显示 +08
Newer Older