currently I am attempting to access the OS clock using python.
Is there a sort of way I can access the clock value at this exact time and get a string that returns back lets say 12:00:00am PST or just the time? The timezone is a plus :)
I have currently done this time.clock()
but nothing is giving me values back :/