On Saturday, 1 October 2016 at 14:43:31 UTC, Adam D. Ruppe wrote:
On Saturday, 1 October 2016 at 14:41:22 UTC, Andrew wrote:
Is there any way to get the system date at compile time.

Not exactly, but the special symbol __TIMESTAMP__ gets a string out of the compiler at build time.

http://dlang.org/spec/lex.html#specialtokens

perfect, works a treat.

Thanks both

Andrew

Reply via email to