Is there a way of asking shotgun what time it is?
I'm working on a time logging hook to automatically keep track of how much time is spend on various tasks.
I would like that if a person opens a file under a task they were working on 10 minutes ago, it does not create a new TimeLog, but continues updating the same TimeLog they had before.
I know for a fact that several of our machines are more than 5 minutes different from eachother, so I feel I cannot rely on the computer's local time to determine if the user has a TimeLog matching their task that was last updated within the past 10 minutes.
Many thanks,
-derick