Skip to content
New issue

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

UTC no longer part of chrono #51

Closed
jrconlin opened this issue Aug 29, 2017 · 2 comments
Closed

UTC no longer part of chrono #51

jrconlin opened this issue Aug 29, 2017 · 2 comments

Comments

@jrconlin
Copy link

Looks like a bit of bitrot set in

--> /home/jrconlin/.cargo/registry/src/github.com-1ecc6299db9ec823/asn1-0.1.0/src/lib.rs:9:24
  |
9 | use chrono::{DateTime, UTC};
  |                        ^^^ no `UTC` in the root

I'm not sure, but I belive that this is now Utc
https://docs.rs/chrono/0.4.0/chrono/offset/struct.Utc.html

alex added a commit that referenced this issue Aug 29, 2017
@alex alex closed this as completed in 0f01319 Aug 29, 2017
@alex
Copy link
Owner

alex commented Aug 29, 2017

Fair warning, this isn't terribly complete.

If y'all need this for autopush, we should figure out if there's a way to make it complete :-)

@jrconlin
Copy link
Author

Not using this for autopush. I'm experimenting with rust and building a VAPID library (and probably a webpush publish library afterwards) and just need something to convert from the raw r/s ints to DER for the OpenSSL library. (Honestly, I could probably get away with just having a template, but I'd prefer using a library when possible.)

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants