From 2dabdda36a511e5d1003205ceef1df0dfd401325 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 28 Oct 2021 10:16:47 -0500 Subject: Update Time documentation --- core/os/os.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/os') diff --git a/core/os/os.h b/core/os/os.h index 6d7bc47407..2700759fef 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -204,8 +204,8 @@ public: String name; }; - virtual Date get_date(bool local = false) const = 0; - virtual Time get_time(bool local = false) const = 0; + virtual Date get_date(bool p_utc = false) const = 0; + virtual Time get_time(bool p_utc = false) const = 0; virtual TimeZoneInfo get_time_zone_info() const = 0; virtual double get_unix_time() const; -- cgit v1.2.3