Skip to content

[stdlib/time] Add support for Time.format() and Time.parse()#140

Merged
Flipez merged 5 commits intomainfrom
add-time-parse-format
Oct 31, 2022
Merged

[stdlib/time] Add support for Time.format() and Time.parse()#140
Flipez merged 5 commits intomainfrom
add-time-parse-format

Conversation

@Flipez
Copy link
Copy Markdown
Owner

@Flipez Flipez commented Oct 30, 2022

This fixes #125

Signed-off-by: Flipez [email protected]

@Flipez Flipez added the enhancement New feature or request label Oct 30, 2022
@vercel
Copy link
Copy Markdown

vercel bot commented Oct 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Oct 31, 2022 at 0:17AM (UTC)
rocket-lang-play ✅ Ready (Inspect) Visit Preview Oct 31, 2022 at 0:17AM (UTC)

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 30, 2022

Codecov Report

Merging #140 (0845a67) into main (c7f4a10) will increase coverage by 0.28%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
+ Coverage   86.95%   87.23%   +0.28%     
==========================================
  Files         102      102              
  Lines        3556     3635      +79     
==========================================
+ Hits         3092     3171      +79     
  Misses        396      396              
  Partials       68       68              
Impacted Files Coverage Δ
stdlib/time.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Flipez Flipez changed the title [stdlib/time] Add support for Time.format() [stdlib/time] Add support for Time.format() and Time.parse() Oct 31, 2022
@Flipez Flipez changed the title [stdlib/time] Add support for Time.format() and Time.parse() [stdlib/time] Add support for Time.format() and Time.parse() Oct 31, 2022
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.

Introduce Time/Date object and allow string/integer to be parsed as DateTime

1 participant