core.utils.time module

utils package.

core.utils.time.a_time(daystr)[source]
core.utils.time.b_time(daystr)[source]
core.utils.time.day()[source]
core.utils.time.dtime(stamp)[source]
core.utils.time.elapsed(seconds)[source]
core.utils.time.elapsed_days(seconds)[source]
core.utils.time.fn_time(daystr)[source]
core.utils.time.ftime(datestr)[source]
core.utils.time.get_day(daystr)[source]

convert string to time.

core.utils.time.get_hour(daystr)[source]
core.utils.time.hms()[source]
core.utils.time.make_time(daystr)[source]
core.utils.time.nr_days(seconds)[source]
core.utils.time.ptime(daystr)[source]
core.utils.time.rtime()[source]
core.utils.time.short_date(*args, **kwargs)[source]
core.utils.time.short_time(*args, **kwargs)[source]
core.utils.time.str_day(seconds)[source]
core.utils.time.tdiff(d1, d2)[source]
core.utils.time.time_string(*args, **kwargs)[source]
core.utils.time.time_time(*args, **kwargs)[source]
core.utils.time.to_day(daystr)[source]
core.utils.time.to_time(daystr)[source]
core.utils.time.today()[source]

return time of 0:00 today.

Previous topic

core.utils.string module

Next topic

core.utils.trace module