Skip to content

Commit

Permalink
Add scheduler timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowNinja committed Jan 9, 2015
1 parent 3e59b9c commit 2a5242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Expand Up @@ -6,7 +6,7 @@
from flask import Flask, request, send_from_directory


sched = BackgroundScheduler()
sched = BackgroundScheduler(timezone="UTC")
sched.start()

app = Flask(__name__, static_url_path = "")
Expand Down

0 comments on commit 2a5242e

Please sign in to comment.