Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

storing timezones in postgres

select name from pg_timezone_names where name not like 'posix%' and name not ilike 'system%' order by name;
Source by www.magistratehq.com #
 
PREVIOUS NEXT
Tagged: #storing #timezones #postgres
ADD COMMENT
Topic
Name
5+5 =