summaryrefslogtreecommitdiff
path: root/doc/todo/merge_request:_Timezone.hs.mdwn
diff options
context:
space:
mode:
authorJoey Hess2017-07-16 12:10:34 -0400
committerJoey Hess2017-07-16 12:10:34 -0400
commitcb885b8a925fcaaec3e3685fc5cd4c369593afef (patch)
treef81907b024ef54b8db7a526bf1b7e6eea44e84b2 /doc/todo/merge_request:_Timezone.hs.mdwn
parenta9c4753bf46a980117425ca8e85ba899f976514a (diff)
Propellor.Property.Timezone: New module, contributed by Sean Whitton.
Diffstat (limited to 'doc/todo/merge_request:_Timezone.hs.mdwn')
-rw-r--r--doc/todo/merge_request:_Timezone.hs.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/merge_request:_Timezone.hs.mdwn b/doc/todo/merge_request:_Timezone.hs.mdwn
index 3f67da2c..a8ba3eae 100644
--- a/doc/todo/merge_request:_Timezone.hs.mdwn
+++ b/doc/todo/merge_request:_Timezone.hs.mdwn
@@ -5,3 +5,5 @@ 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
+
+> [[merged|done]] --[[Joey]]