MiSawa / xq

Pure rust implementation of jq
MIT License
318 stars 18 forks source link

Refactor implementation of date and time functions #101

Closed itchyny closed 2 years ago

itchyny commented 2 years ago

This PR refactors date/time functions. This is necessary step to use the logic of mktime for strftime and strptime, to fix #97.

MiSawa commented 2 years ago

Looks good, thanks!