Skip to content

Instantly share code, notes, and snippets.

@nypgand1
Created September 10, 2013 14:09
Show Gist options
  • Save nypgand1/6509947 to your computer and use it in GitHub Desktop.
Save nypgand1/6509947 to your computer and use it in GitHub Desktop.
CREATE TABLE TestTime(time TIMESTAMP WITH TIME ZONE);
INSERT INTO TestTime VALUES (to_timestamp('Fri 21 Nov 2003 19:00 CCT', 'Dy DD Mon YYYY HH24:MI TZ'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment