From 8ab67d4d266013ab624850a8155b9c38cda8145a Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Tue, 26 Apr 2022 11:31:15 -0700 Subject: [PATCH] update default tz policy in docs --- doc/MODULES.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MODULES.org b/doc/MODULES.org index 50e07bf..aafc670 100644 --- a/doc/MODULES.org +++ b/doc/MODULES.org @@ -173,7 +173,7 @@ For an extensive/complex example, you can check out ~@seanbreckenridge~'s [[http #+begin_src python class time: class tz: - policy = "convert" + policy = 'keep' class via_location: # less precise, but faster