Majored / rs-async-zip

An asynchronous ZIP archive reading/writing crate.
MIT License
123 stars 40 forks source link

How to construct ZipDateTime without chrono dependency? #96

Closed tmpfs closed 3 months ago

tmpfs commented 1 year ago

Hi,

Thanks for the library! I want to construct a ZipDateTime but do not want to use chrono as I already use time directly.

I am porting from synchronous code that uses zip and previously I could use this function but I can't see an equivalent in ZipDateTime.

Am I missing something?

Thanks 🙏

Majored commented 1 year ago

You're correct in saying this currently isn't possible without chrono. Will look to get this done for the next update. 👍

tmpfs commented 1 year ago

Thanks @Majored, appreciate it 🙏

Majored commented 3 months ago

This was added in the latest release - sorry for the delay here.

https://github.com/Majored/rs-async-zip/releases/tag/v0.0.17