Example #1
0
def nextHour(n):
    return StaticDateTimeUtils.getNextHourKeyInt(n)
Example #2
0
def nowCal():
    dt = StaticDateTimeUtils.nowDateTime(True)
    return StaticDateTimeUtils.toCal(dt)
Example #3
0
def nowCal():
    dt = StaticDateTimeUtils.nowDateTime(True)
    return StaticDateTimeUtils.toCal(dt)
Example #4
0
def nextHour(n):
    return StaticDateTimeUtils.getNextHourKeyInt(n)