We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Compile time pseudo variables section
1 parent 7486b1a commit 3de2228Copy full SHA for 3de2228
doc/docs.md
@@ -6277,6 +6277,7 @@ that are substituted at compile time:
6277
- `@CCOMPILER` => replaced with the C compiler type, for example 'gcc' .
6278
- `@BACKEND` => replaced with current language backend, for example 'c' or 'golang' .
6279
- `@PLATFORM` => replaced with the platform type, for example 'amd64' .
6280
+
6281
Note: `@BUILD_DATE`, `@BUILD_TIME`, `@BUILD_TIMESTAMP` represent times in the UTC timezone.
6282
By default, they are based on the current time of the compilation/build. They can be overridden
6283
by setting the environment variable `SOURCE_DATE_EPOCH`. That is also useful while making
0 commit comments