Skip to content
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

feat(kit): datetime's ToLocalTime now support value already in time #37

Conversation

muktihari
Copy link
Owner

Sometimes we implement a listener that already convert uint32 time into time.Time{}. And since we can only convert timestamp to local time after retrieving Activity mesg which typically located at the end of the file, it is make sense to accept time.Time{} to proceed the conversion later on.

@muktihari muktihari added the enhancement New feature or request label Dec 6, 2023
@muktihari muktihari self-assigned this Dec 6, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (87dfeb6) 100.00% compared to head (16a975a) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines         2539      2542    +3     
=========================================
+ Hits          2539      2542    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@muktihari muktihari merged commit 74c090f into master Dec 6, 2023
1 check passed
@muktihari muktihari deleted the feat/datetime-to-local-time-now-support-value-already-in-time branch December 6, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants