We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.1
macOS 14.5
All
No response
Using the -s flag to provide a format string in the style of %Y-%m-%d as described in the README does not work.
-s
%Y-%m-%d
./gotwc -s "%Y-%m-%dT%H:%M:%SZ"
Output: UTC %Y-%m-%dT%H:%M:%SZ
UTC %Y-%m-%dT%H:%M:%SZ
UTC 2024-07-12T16:03:52Z
Using a Go time style format string does work
time
⟩ gotwc -s "2006-01-02T15:04:05Z" UTC 2024-07-12T16:07:10Z
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guidelines
Project Version
1.1.1
Platform and OS Version
macOS 14.5
Affected Devices
All
Existing Issues
No response
What happened?
Using the
-s
flag to provide a format string in the style of%Y-%m-%d
as described in the README does not work.Steps to reproduce
./gotwc -s "%Y-%m-%dT%H:%M:%SZ"
Output:
UTC %Y-%m-%dT%H:%M:%SZ
Expected behavior
UTC 2024-07-12T16:03:52Z
Attachments
No response
Screenshots or Videos
No response
Additional Information
Using a Go
time
style format string does workThe text was updated successfully, but these errors were encountered: