Description
The existing implementation of the gmtime_r and localtime_r functions could clash with the implementations in the standard library due to having global scope. Move to an anonymous namespace to prevent clashes and compiler failure.
The existing implementation of the gmtime_r and localtime_r functions could clash with the implementations in the standard library due to having global scope. Move to an anonymous namespace to prevent clashes and compiler failure.