Fixed ggmtime function
This commit is contained in:
parent
50c20ae93d
commit
732be01903
@ -148,7 +148,7 @@ inline struct tm* glocaltime(const time_t *timep)
|
||||
inline struct tm* ggmtime(const time32_t *timep)
|
||||
{
|
||||
const time_t temp(*timep);
|
||||
return glocaltime(&temp);
|
||||
return ggmtime(&temp);
|
||||
}
|
||||
|
||||
inline struct tm* glocaltime(const time32_t *timep)
|
||||
|
Reference in New Issue
Block a user