mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +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:
parent
49d6405164
commit
45827cace9
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
namespace Core {
|
||||
|
||||
// Represents a time in local time.
|
||||
class DateTime {
|
||||
public:
|
||||
time_t timestamp() const { return m_timestamp; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue