Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
5ab00fd3
Commit
5ab00fd3
authored
Jan 27, 2018
by
R.W.Majeed
Browse files
removed system timezone to allow build in other regions
parent
6e4cb6c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
cda-import/src/test/java/org/aktin/cda/etl/CDAImporterMockUp.java
View file @
5ab00fd3
...
@@ -79,7 +79,7 @@ public class CDAImporterMockUp extends AbstractCDAImporter implements Consumer<O
...
@@ -79,7 +79,7 @@ public class CDAImporterMockUp extends AbstractCDAImporter implements Consumer<O
@Override
@Override
protected
ZoneId
getDefaultZoneId
()
{
protected
ZoneId
getDefaultZoneId
()
{
return
ZoneId
.
systemDefault
(
);
return
ZoneId
.
of
(
"Europe/Berlin"
);
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment