User contributions
Jump to navigation
Jump to search
- 23:16, 17 May 2012 diff hist +792 N Talk:LlGetWallclock Created page with "I simplified the example code to calculate hours, minutes and seconds. The old code was: integer seconds = now % 60; integer minutes = ((now - seconds) % 3600) / 60; …"
- 23:15, 17 May 2012 diff hist −36 LlGetWallclock simplify hhmmss calculation (see discussion for details)