issues
search
waltzofpearls
/
dateparser
Parse dates in commonly used string formats with Rust.
MIT License
41
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Hyphenized month date formats
#55
andanao
opened
2 weeks ago
0
Resolved issue #53 - Wrong order of day and month in all dot-family date formats
#54
RiediJohannes
opened
1 month ago
0
Wrong order of day and month in all dot-family date formats
#53
RiediJohannes
opened
1 month ago
0
'CEST' or 'CET' timezone silently treated as UTC
#52
Jajcus
opened
3 months ago
0
fix linter error from belt config
#51
waltzofpearls
closed
4 months ago
0
Change a few tests that try to construct an invalid datetime in some timezones
#50
Ictoan42
closed
4 months ago
1
Seemingly arbitrary leniency towards commas
#49
Ictoan42
opened
5 months ago
0
Natural language support
#48
Nukesor
opened
7 months ago
2
Add support for mm-dd-yyyy format
#47
ankita-shankar
closed
4 months ago
2
Add weekday name support for date: Wednesday, 19 May 2027
#46
linux-china
opened
9 months ago
0
awk mktime date format support
#45
linux-china
opened
9 months ago
0
version: bump to 0.2.1
#44
waltzofpearls
closed
11 months ago
0
makefile: improve bump version
#43
waltzofpearls
closed
11 months ago
0
fix typo in readme
#42
waltzofpearls
closed
11 months ago
0
[WIP] experiment with parallelization
#41
waltzofpearls
opened
1 year ago
2
update dependencies
#40
waltzofpearls
closed
11 months ago
0
Default date is not configurable
#39
haydenflinner
opened
1 year ago
6
Run check & test jobs on Linux, macOS, & Windows with stable, beta, & nightly Rust
#38
autarch
closed
1 year ago
4
version: bump to 0.2.0
#37
waltzofpearls
closed
1 year ago
0
update readme files
#36
waltzofpearls
closed
1 year ago
0
update deps for belt app and fixed warnings in one dateparser example
#35
waltzofpearls
closed
1 year ago
0
Three date formats
#34
jrduncans
opened
1 year ago
1
Fix parse_with()
#33
kdwarn
closed
1 year ago
5
Convert `anyhow::Result`s in parsing functions to custom error type.
#32
cogsandsquigs
opened
1 year ago
1
fix `cargo-publish` job in `build_and_release.yml` workflow
#31
waltzofpearls
closed
1 year ago
0
give github workflow `build_and_release.yml` a name field
#30
waltzofpearls
closed
1 year ago
0
version: bump to 0.1.8
#29
waltzofpearls
closed
1 year ago
0
improve cross compile
#28
waltzofpearls
closed
1 year ago
0
`#[derive(Clone, Debug)]` for `DateTimeUtc`
#27
kkysen
closed
1 year ago
0
version: bump to 0.1.7
#26
waltzofpearls
closed
2 years ago
0
cargo: update deps
#25
waltzofpearls
closed
2 years ago
0
ci: fix errors from unit tests and clippy check
#24
waltzofpearls
closed
2 years ago
0
Parse with left-aligned milli/micro/nanoseconds
#23
gyfis
closed
2 years ago
3
Feature Request: replace `chrono`
#22
jqnatividad
closed
8 months ago
2
missing support for a plausable format
#21
petar-dambovaliev
opened
2 years ago
4
Default time for incomplete datetime strings
#20
nheitz
closed
2 years ago
3
parse returns datetime with time set to current local time
#19
deankarn
closed
2 years ago
2
version: bump to 0.1.6
#18
waltzofpearls
closed
3 years ago
0
dateparser: add `parse_with()` for configurable tz and default time
#17
waltzofpearls
closed
3 years ago
0
`parse` returns datetime with time set to current local time...
#16
jqnatividad
closed
3 years ago
2
version: bump to 0.1.5
#15
waltzofpearls
closed
3 years ago
0
dateparser: support `hh:mm` and `hh:mm tz` formats
#14
waltzofpearls
closed
3 years ago
0
dateparser: support more formats + parsing on a specific timezone
#13
waltzofpearls
closed
3 years ago
0
version: bump to 0.1.3
#12
waltzofpearls
closed
3 years ago
0
dateparser: wrap regex with lazy_static
#11
waltzofpearls
closed
3 years ago
0
dateparser: new timezone parser
#10
waltzofpearls
closed
3 years ago
0
dateparser: table driven test cases
#9
waltzofpearls
closed
3 years ago
0
version: bump to 0.1.2
#8
waltzofpearls
closed
3 years ago
0
bench: benchmarking dateparser.parse() with criterion.rs
#7
waltzofpearls
closed
3 years ago
0
tests: unit tests for belt and docs for dateparser
#6
waltzofpearls
closed
3 years ago
0
Next