Thread overview
[Issue 20558] __DATE__ and __TIMESTAMP__ use US-centric formats
Jun 13, 2020
Basile-z
Dec 17, 2022
Iain Buclaw
Jan 22, 2023
Richard Cattermole
Apr 17, 2023
RazvanN
June 13, 2020
https://issues.dlang.org/show_bug.cgi?id=20558

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
Check if https://dlang.org/changelog/2.092.0.html#reproducible-builds solves the problem.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20558

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
January 22, 2023
https://issues.dlang.org/show_bug.cgi?id=20558

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined@gmail.com

--- Comment #2 from Richard Cattermole <alphaglosined@gmail.com> ---
If we add more time stamps, one should have the timezone information in it (ideally UTC offset with seconds).

Without the timezone information, the ``__TIMESTAMP__`` token doesn't scale especially with CI systems in multiple time zones.

--
April 17, 2023
https://issues.dlang.org/show_bug.cgi?id=20558

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #3 from RazvanN <razvan.nitu1305@gmail.com> ---
I think that https://dlang.org/changelog/2.092.0.html#reproducible-builds elegantly solves this issue.

--