Commit 888bcff
fix: Restore original file timestamp when unzipping with
* Set filetime
* Add chrono
* fix: Duplicate "chrono" entry in Cargo.toml
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
* fix: typo in read.rs
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
* fix: missing feature gate
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
* Set filetime
* Add chrono
* fix: Duplicate "chrono" entry in Cargo.toml
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
* fix: typo in read.rs
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
* fix: Errors due to missing chrono feature gate
* fix: bad merge
* style: cargo fmt --all
* fix: chrono has renamed method to from_utc
* Revert "fix: chrono has renamed method to from_utc"
This reverts commit 38cc3ca.
* fix: from_utc is deprecated, but from_naive_utc_and_offset doesn't exist before 0.4.27
---------
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
Co-authored-by: mass10 <irisawa.masaru@gmail.com>chrono (#46)1 parent fb2e708 commit 888bcff
2 files changed
Lines changed: 40 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| 922 | + | |
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
| |||
927 | 928 | | |
928 | 929 | | |
929 | 930 | | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
930 | 940 | | |
931 | 941 | | |
932 | 942 | | |
| |||
2033 | 2043 | | |
2034 | 2044 | | |
2035 | 2045 | | |
| 2046 | + | |
| 2047 | + | |
| 2048 | + | |
| 2049 | + | |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
| 2060 | + | |
| 2061 | + | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
2036 | 2075 | | |
2037 | 2076 | | |
2038 | 2077 | | |
| |||
0 commit comments