diff options
| author | est31 | 2015-06-06 03:40:56 +0200 |
|---|---|---|
| committer | est31 | 2015-06-06 05:55:28 +0200 |
| commit | 803069886ebca492c0d5f47133ccf7833c716e5a (patch) | |
| tree | 711fbad4ba24fe58c7284e177a16bea6adc9eef5 /drivers/unix/os_unix.h | |
| parent | 26ea12a873d0e7c1467ee6b52c9559dc5f456bd3 (diff) | |
| download | godot-803069886ebca492c0d5f47133ccf7833c716e5a.tar.gz godot-803069886ebca492c0d5f47133ccf7833c716e5a.tar.zst godot-803069886ebca492c0d5f47133ccf7833c716e5a.zip | |
Diffstat (limited to 'drivers/unix/os_unix.h')
| -rw-r--r-- | drivers/unix/os_unix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 65df11395..bafa590d5 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -88,8 +88,8 @@ public: virtual String get_name(); - virtual Date get_date() const; - virtual Time get_time() const; + virtual Date get_date(bool utc) const; + virtual Time get_time(bool utc) const; virtual uint64_t get_unix_time() const; |
