mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCore: Comment that DateTime is in local time.
The timestamp is always in UTC, but hours/minutes are in local time.
This commit is contained in:
committed by
Andreas Kling
parent
49d6405164
commit
45827cace9
@@ -31,6 +31,7 @@
|
||||
|
||||
namespace Core {
|
||||
|
||||
// Represents a time in local time.
|
||||
class DateTime {
|
||||
public:
|
||||
time_t timestamp() const { return m_timestamp; }
|
||||
|
||||
Reference in New Issue
Block a user