All Questions
Tagged with clickhouse-client timezone
1 question
0
votes
2
answers
822
views
Timezone Issue with Clickhouse - Asia/Tehran Timezone
Upon executing the following query in my ClickHouse database:
SELECT formatDateTime(now(), '%Y-%m-%d %H:%M:%S', 'Asia/Tehran');
I received an unexpected result:
2024-03-29 00:34:35
However, the ...