Project Tools
Jun. 16th, 2013 02:25 pmDo you know what I want? I want an application into which I can input the general timezones of different people, and then save them as groups or project headers. That way I can always have to hand a reminder of the times at which the people with whom I'm working will be the most active.
Doesn't that sound crazy useful for this semi-post-geographical position in which we find ourselves?
Now who knows how to code something like that?
Doesn't that sound crazy useful for this semi-post-geographical position in which we find ourselves?
Now who knows how to code something like that?
no subject
Date: 2013-06-17 06:24 pm (UTC)However, that ignores people who work graveyard hours or whatnot. A more complete answer would have name (string), wakeup (number), and bedtime (number), where wakeup and bedtime are your current time rather than theirs.
Then in Java I would have the IsAwake() function, which returns true if (currentTime>=name.wakeup)AND(currentTime<=name.bedtime).