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

Adds "converting a local time to UTC time and vice versa" recipe #367

Merged
merged 1 commit into from Nov 15, 2017

Conversation

Projects
None yet
3 participants
@Lapz
Copy link
Contributor

Lapz commented Nov 14, 2017

fixes #360 and should incorperate all the changes made

@@ -1474,6 +1502,8 @@ fn main() {
[`Normal`]: https://doc.rust-lang.org/rand/rand/distributions/normal/struct.Normal.html
[`num_cpus::get`]: https://docs.rs/num_cpus/*/num_cpus/fn.get.html
[`Output`]: https://doc.rust-lang.org/std/process/struct.Output.html
[`offset::FixedOffset`]: https://docs.rs/chrono/*/chrono/offset/struct.FixedOffset.html

This comment has been minimized.

@ludwigpacifici

ludwigpacifici Nov 15, 2017

Contributor

One minor change @Lapz, can you alphabetically sort the links?

@budziq budziq merged commit 3b1a4f5 into rust-lang-nursery:master Nov 15, 2017

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@budziq

This comment has been minimized.

Copy link
Collaborator

budziq commented Nov 15, 2017

Thanks for sticking with it @Lapz !

@Lapz Lapz deleted the Lapz:work branch Nov 16, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.