1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-26 10:03:50 +03:00

fixed a typo

This commit is contained in:
Adolfo Gómez García 2014-09-04 10:25:53 +02:00
parent 3bc46de0a6
commit 7a562ec946

View File

@ -56,7 +56,7 @@ NEVER_UNIX = int(mktime(NEVER.timetuple()))
def getSqlDatetime(unix=False):
'''
Returns the current date/time of the database server.
Returns the current date/time from the database server.
We use this time as method of keeping all operations betwen different servers in sync.