diff --git a/pv/local_settings.py.sample b/pv/local_settings.py.sample
index 570f344a6605c86f4e0efd8a623075eb981db4e9..04460116ada102d245fa136577f8524e84da9eec 100644
--- a/pv/local_settings.py.sample
+++ b/pv/local_settings.py.sample
@@ -27,10 +27,6 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
     'content-disposition',
 ]
 
-# Uncomment this *after* you have initialized the DB with default tables and data:
-#USE_TZ = False
-
-
 # Comment out the following for temporary debugging, if you want to use the
 # native DRF web forms
 """