-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save/load softtype with module #605
Conversation
4a4cd57
to
e045162
Compare
Codecov Report
@@ Coverage Diff @@
## master #605 +/- ##
==========================================
- Coverage 80.30% 79.95% -0.35%
==========================================
Files 33 33
Lines 2188 2205 +17
==========================================
+ Hits 1757 1763 +6
- Misses 431 442 +11
Continue to review full report at Codecov.
|
I bit too busy to review now sorry, we spoke previously and sounds fine. |
@@ -40,6 +39,43 @@ function standardizeZDTStrings!(T, interm::Dict) | |||
nothing | |||
end | |||
|
|||
function string2ZonedDateTime(stringTimestamp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another one?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just to keep it in case we want to use it. It's not in use at the moment.
close #157