From afa0955e8fae028f9aa96b95b9b1e0c991c01934 Mon Sep 17 00:00:00 2001 From: Theodoros Katzalis <thodkatz@gmail.com> Date: Sat, 9 Mar 2019 02:17:11 +0200 Subject: [PATCH] Minor change in the documentation --- inc/Helpers/TimeHelper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Helpers/TimeHelper.hpp b/inc/Helpers/TimeHelper.hpp index 5939ad34..cf474827 100644 --- a/inc/Helpers/TimeHelper.hpp +++ b/inc/Helpers/TimeHelper.hpp @@ -115,7 +115,7 @@ public: }; /** - * Used to access `mkgmtime` function and `gmtime` function in the static `implementCDSTimeFormat` + * Used to access `mkUTCtime` function and `utcTime` function in the static `implementCDSTimeFormat` * and in the static `parseCDSTimeFormat` functions */ static TimeHelper Access; -- GitLab