1
1
# Copyright 2010-2011 Canonical Ltd. This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
6
10
from storm.locals import SQL
11
15
# We can't use 'infinity', as psycopg doesn't know how to handle it.
14
19
UTC_NOW = SQL("(CURRENT_TIMESTAMP AT TIME ZONE 'UTC')")