Switched to keeping time with UTC for easier timezones

Removed useless JS
This commit is contained in:
Michał Gdula 2023-03-08 21:58:58 +00:00
parent 56c82513ba
commit b5bc0ec50c
5 changed files with 21 additions and 27 deletions

View file

@ -1,7 +1,6 @@
"""
Onlylegs Gallery - Routing
"""
import os
from datetime import datetime as dt
from flask import Blueprint, render_template, current_app, request, g