freelancer-sdk-python
freelancer-sdk-python copied to clipboard
"from_time" and "to_time" format
Hi, I can't understand the time format used for the values of "from-time" and "to-time" parameters. Could anyone explain how I can convert date and time to the proper format? What's the logic behind the number like 1481179011?!
Thanks for your help.
Seems it shows time since the epoch (midnight 1 January 1970 UTC) in seconds! You can use round(time.time()) in python after importing time.