shadowm

Untitled

Oct 2nd, 2011
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. size_t s = std::strftime(temp, 10,
  2. (preferences::use_twelve_hour_clock_format() ? _("%I:%M %p") : _("%H:%M")),
  3. lt);
  4.  
  5. return s ? text_report(temp) : report();
  6.  
Advertisement
Add Comment
Please, Sign In to add comment