philh_myftp_biz.time

Submodules

Package Contents

Functions

now

Get details of the current time

from_string

Get details of time string

from_ymdhms

Get details of time from year, month, day, hour, minute, & second

sleep

Wrapper for time.Sleep function

Data

from_stamp

tzinfo

API

philh_myftp_biz.time.from_stamp = None
philh_myftp_biz.time.tzinfo = '_partial(...)'
philh_myftp_biz.time.now() philh_myftp_biz.time._time.TimeStamp

Get details of the current time

philh_myftp_biz.time.from_string(string: str) philh_myftp_biz.time._time.TimeStamp

Get details of time string

philh_myftp_biz.time.from_ymdhms(year: int = 0, month: int = 1, day: int = 1, hour: int = 0, minute: int = 0, second: int = 0) philh_myftp_biz.time._time.TimeStamp

Get details of time from year, month, day, hour, minute, & second

philh_myftp_biz.time.sleep(s: int, show: bool = False)

Wrapper for time.Sleep function

If show is True, then ‘#/# seconds’ will print to the console each second