3
PostgreSQL बग नाम के साथ "एटी टाइम ज़ोन" पर?
मैं इस स्टैकओवरफ्लो प्रश्न का उत्तर दे रहा था और अजीब परिणाम मिला: select * from pg_timezone_names where name = 'Europe/Berlin' ; name | abbrev | utc_offset | is_dst ---------------+--------+------------+-------- Europe/Berlin | CET | 01:00:00 | f और अगली क्वेरी select id, timestampwithtimezone, timestampwithtimezone at time zone 'Europe/Berlin' as berlin, …