summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspwhitton2017-07-16 00:16:14 +0000
committeradmin2017-07-16 00:16:14 +0000
commit6239110550a5ecfd14c905b910fc96deb83ce339 (patch)
tree6fc601145b134463373517ff1d67dd654e046081
parent4766971105c305ad9d1a6f5145345c892df4a61c (diff)
add merge request
-rw-r--r--doc/todo/merge_request:_Timezone.hs.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/merge_request:_Timezone.hs.mdwn b/doc/todo/merge_request:_Timezone.hs.mdwn
new file mode 100644
index 00000000..3f67da2c
--- /dev/null
+++ b/doc/todo/merge_request:_Timezone.hs.mdwn
@@ -0,0 +1,7 @@
+Please consider merging branch `timezone` of repo `https://git.spwhitton.name/propellor`.
+
+Adds `Timezone.configured`.
+
+I think that this works fine on stretch, but on Jessie there is some oddness. For example, if you set the timezone of a host to `US/Arizona`, the apt reconfiguration will put `America/Phoenix` in /etc/timezone, resulting in the property reporting a change every time that it is run. I think this is harmless.
+
+--spwhitton