Displaying 3 results from an estimated 3 matches for "pgtz".
Did you mean:
pgt
2011 Oct 25
6
Date formats
Just realized I have a nice problem.
using Postgresql...
When I save something via Rails to the table it''s saved with a GMT
offset (so 12:00 becomes 16:00)
But the database is configured to save everything as GMT.
Which means -- when I query it via SQL it''s coming back as now + 4
hours instead of just plain now.
Where/How do I get this back in sync?
--
You received this
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...t; utils/resowner/resowner.o utils/sort/logtape.o
> utils/sort/sortsupport.o utils/sort/tuplesort.o
> utils/sort/tuplestore.o utils/time/combocid.o utils/time/tqual.o
> utils/time/snapmgr.o utils/fmgrtab.o ../../src/timezone/localtime.o
> ../../src/timezone/strftime.o ../../src/timezone/pgtz.o
> ../../src/port/libpgport_srv.a ../../src/common/libpgcommon_srv.a
> -lcrypt -lm -o postgres
>
>
> --
> greg
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150903/15fb1f81/attachmen...