carb::time

namespace time

Functions

  • carb::time::asctime_r: Platform independent version of asctime_r: convert a struct tm into a null-terminated string.

  • carb::time::ctime_r: Platform independent version of ctime_r; convert a time_t into a null-terminated string in the user's local time zone.

  • carb::time::gmtime_r: Platform independent version of gmtime_r: convert a time_t to UTC component representation.

  • carb::time::localtime_r: Platform independent version of localtime_r: convert a time_t to local timezone component representation.