Skip to content

Commit

Permalink
update tz to 2017b
Browse files Browse the repository at this point in the history
  • Loading branch information
djzin committed Mar 22, 2017
1 parent 9e3c718 commit b013f66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chrono-tz"
version = "0.3.0"
version = "0.3.1"
authors = ["Djzin"]
build = "build.rs"
description = "TimeZone implementations for rust-chrono from the IANA database"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chrono-TZ 0.3.0
# Chrono-TZ 0.3.1

`Chrono-TZ` is a library that provides implementors of the
[`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # Chrono-TZ 0.3.0
//! # Chrono-TZ 0.3.1
//!
//! `Chrono-TZ` is a library that provides implementors of the
//! [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The
Expand Down
2 changes: 1 addition & 1 deletion tz
Submodule tz updated 30 files
+9 −6 Makefile
+182 −58 NEWS
+21 −8 Theory
+65 −61 africa
+2 −1 antarctica
+0 −1 asctime.c
+157 −155 asia
+74 −85 australasia
+1 −0 backward
+68 −70 backzone
+1 −0 date.1
+1 −1 date.c
+124 −80 europe
+2 −2 iso3166.tab
+4 −4 leap-seconds.list
+50 −19 localtime.c
+4 −4 newctime.3
+12 −0 newstrftime.3
+54 −41 northamerica
+66 −30 private.h
+284 −270 southamerica
+15 −5 strftime.c
+23 −9 tz-art.htm
+54 −45 tz-link.htm
+0 −52 tzfile.h
+3 −2 zdump.8
+12 −196 zdump.c
+13 −5 zic.c
+1 −1 zone.tab
+1 −0 zone1970.tab

0 comments on commit b013f66

Please sign in to comment.