diff options
author | arun <arun@nubati.net> | 2006-12-11 13:53:44 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-11 13:53:44 +0000 |
commit | 0a660193fde766fcb6703f73c9bd68ed1c972c0c (patch) | |
tree | d351c32b033672e9d16bfd7ccacd39e0b6665756 | |
parent | e70edfecc1252420ceb06f55a97e1f14f76a767a (diff) | |
download | e-DoKo-0a660193fde766fcb6703f73c9bd68ed1c972c0c.tar.gz e-DoKo-0a660193fde766fcb6703f73c9bd68ed1c972c0c.tar.bz2 e-DoKo-0a660193fde766fcb6703f73c9bd68ed1c972c0c.zip |
added timezone for .nz
-rw-r--r-- | functions.php | 3 | ||||
-rw-r--r-- | pics/stable0.png | bin | 6024 -> 6299 bytes | |||
-rw-r--r-- | pics/stable1.png | bin | 6259 -> 6533 bytes | |||
-rw-r--r-- | pics/stable2.png | bin | 6021 -> 6299 bytes | |||
-rw-r--r-- | pics/stable3.png | bin | 6239 -> 6515 bytes | |||
-rw-r--r-- | pics/table0.png | bin | 14304 -> 15062 bytes | |||
-rw-r--r-- | pics/table1.png | bin | 14639 -> 15385 bytes | |||
-rw-r--r-- | pics/table2.png | bin | 14268 -> 15024 bytes | |||
-rw-r--r-- | pics/table3.png | bin | 14752 -> 15509 bytes |
9 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php index 1c7b29b..a530177 100644 --- a/functions.php +++ b/functions.php @@ -441,6 +441,9 @@ function return_timezone($offset) case '-8': $zone = "America/Vancouver"; break; + case '13': + $zone = "Pacific/Auckland"; + break; default: $zone = "Europe/London"; } diff --git a/pics/stable0.png b/pics/stable0.png Binary files differindex 4a02862..59c6488 100644 --- a/pics/stable0.png +++ b/pics/stable0.png diff --git a/pics/stable1.png b/pics/stable1.png Binary files differindex f2f49e2..339a72b 100644 --- a/pics/stable1.png +++ b/pics/stable1.png diff --git a/pics/stable2.png b/pics/stable2.png Binary files differindex e54bc47..a755a38 100644 --- a/pics/stable2.png +++ b/pics/stable2.png diff --git a/pics/stable3.png b/pics/stable3.png Binary files differindex 5a00742..cec18ec 100644 --- a/pics/stable3.png +++ b/pics/stable3.png diff --git a/pics/table0.png b/pics/table0.png Binary files differindex 1eeaaa0..e0875a9 100644 --- a/pics/table0.png +++ b/pics/table0.png diff --git a/pics/table1.png b/pics/table1.png Binary files differindex 1c55802..fc3ed68 100644 --- a/pics/table1.png +++ b/pics/table1.png diff --git a/pics/table2.png b/pics/table2.png Binary files differindex 8655467..9dae71f 100644 --- a/pics/table2.png +++ b/pics/table2.png diff --git a/pics/table3.png b/pics/table3.png Binary files differindex d6550fc..7ba95b6 100644 --- a/pics/table3.png +++ b/pics/table3.png |