good morning!!!!

Skip to content
Snippets Groups Projects
Commit 758f291a authored by Carlos Nieto's avatar Carlos Nieto
Browse files

Merge pull request #28 from maxhawkins/patch-1

Save time zones in postgres driver
parents c3900229 301a196c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ const Adapter = `postgresql`
var (
// Format for saving dates.
DateFormat = "2006-01-02 15:04:05"
DateFormat = "2006-01-02 15:04:05.999999999 MST"
// Format for saving times.
TimeFormat = "%d:%02d:%02d.%d"
SSLMode = "disable"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment