From aef0a1d90fae9a41d4f03645c275e49bbcdef438 Mon Sep 17 00:00:00 2001 From: Christian Briones Date: Tue, 30 Jun 2020 17:30:33 -0700 Subject: [PATCH 1/2] ebean.properties with UTC timezone --- conf/ebean.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/ebean.properties diff --git a/conf/ebean.properties b/conf/ebean.properties new file mode 100644 index 000000000..f8f6dd596 --- /dev/null +++ b/conf/ebean.properties @@ -0,0 +1,16 @@ +# +# Copyright 2020 Dropbox, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +ebean.dataTimeZone=UTC \ No newline at end of file From 3dca176c929909dcdd77967808a4eb5c60f79071 Mon Sep 17 00:00:00 2001 From: Christian Briones Date: Tue, 30 Jun 2020 18:02:09 -0700 Subject: [PATCH 2/2] missing newline --- conf/ebean.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ebean.properties b/conf/ebean.properties index f8f6dd596..09938a542 100644 --- a/conf/ebean.properties +++ b/conf/ebean.properties @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -ebean.dataTimeZone=UTC \ No newline at end of file +ebean.dataTimeZone=UTC