supabase / 타임존 서울로 고치기

이건개발·2024년 8월 8일
1

타임존 고치기 쿼리

alter database postgres
set timezone to 'Asia/Seoul'

Asia/Seoul 로 고치는 쿼리 입니다.

모든 타임존 보기

select *
from pg_timezone_names()
where name ilike '%seoul%';

where 뒤에 있으니 주의

현재 날짜 보기

select now();

원본 문서는 여기 입니다.

Database configuration

https://supabase.com/docs/guides/database/postgres/configuration

profile
게임 개발 / 웹 개발 / 주식 투자 / 은퇴자 / 클라우드타입 / 파이어베이스 / 수퍼베이스 / 유니티

0개의 댓글