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

Improve time formatting #120

Closed
1 of 3 tasks
chshersh opened this issue May 6, 2019 · 1 comment · Fixed by #166
Closed
1 of 3 tasks

Improve time formatting #120

chshersh opened this issue May 6, 2019 · 1 comment · Fixed by #166
Assignees
Labels
message Types and functions for logging messages package:co-log For: co-log

Comments

@chshersh
Copy link
Contributor

chshersh commented May 6, 2019

Blocked by: byteverse/chronos#30

Currently time formatted as follows:

05-05-2019 11:27:43.252

Want to have:

05 May 2019 11:27:43.252 +00:00

Specifically:

  • Write month in English
  • Specify timezone offset

After finishing:

  • Update docs with new formatting
@chshersh chshersh added package:co-log For: co-log message Types and functions for logging messages labels May 6, 2019
@chshersh
Copy link
Contributor Author

There's now timeParts function in chronos-1.0.9 which means that we can implement our custom formatting.

@chshersh chshersh added this to the v0.4.0.0: Polishtown milestone Dec 27, 2019
@vrom911 vrom911 self-assigned this Dec 29, 2019
vrom911 added a commit that referenced this issue Dec 30, 2019
vrom911 added a commit that referenced this issue Dec 30, 2019
* [#120] Improve time formatting

Resolves #120

* Fix HLint

* Fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
message Types and functions for logging messages package:co-log For: co-log
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants