diff options
Diffstat (limited to 'service/pixelated/support')
-rw-r--r-- | service/pixelated/support/date.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/pixelated/support/date.py b/service/pixelated/support/date.py index 1593022c..329b8bfe 100644 --- a/service/pixelated/support/date.py +++ b/service/pixelated/support/date.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see <http://www.gnu.org/licenses/>. import datetime + from dateutil.tz import tzlocal |