issues
search
FObersteiner
/
zdt
Timezoned Datetime in Zig
https://fobersteiner.github.io/zdt/
Mozilla Public License 2.0
12
stars
2
forks
source link
Features: parsing/formatting
#5
Closed
FObersteiner
closed
1 month ago
FObersteiner
commented
2 months ago
additional directives
[x] ISO string (
%+
)
[x] locale-based month/day names (datetime to string) -- Linux
[x] locale-based month/day names (datetime to string) -- Windows
[ ] locale-based month/day names (string to datetime) -- Linux
[ ] locale-based month/day names (string to datetime) -- Windows
[x] abbreviated tz name
%Z
extended directives?
[x] directives with modifiers (
%:z
) ...would probably require a parser revision - see PR #17
Unicode
support ?
parser
[x] revise state machine?
like this
maybe... see PR #17
[x] ISO8601 parser revision: see #18
FObersteiner
commented
1 month ago
see wiki /roadmap
additional directives
%+
)%Z
extended directives?
%:z
) ...would probably require a parser revision - see PR #17Unicode
parser