ldbc / ldbc_snb_interactive_v1_impls

Reference implementations for LDBC Social Network Benchmark's Interactive workload.
https://ldbcouncil.org/benchmarks/snb-interactive
Apache License 2.0
98 stars 85 forks source link

Use GMT for returning date/datetime values #276

Closed szarnyasg closed 2 years ago

szarnyasg commented 2 years ago

As explained in https://github.com/ldbc/ldbc_snb_docs/commit/9d2ce24b8c524f4212462a9e2db858cde9699398, return values should use GMT. Currently, some implementations may use the local timezone (e.g. CEST) or UTC.

szarnyasg commented 2 years ago

Issues resolved by #279