Skip to content

Commit 3de2228

Browse files
authored
docs: fix typo in the Compile time pseudo variables section (#26206)
1 parent 7486b1a commit 3de2228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6277,6 +6277,7 @@ that are substituted at compile time:
62776277
- `@CCOMPILER` => replaced with the C compiler type, for example 'gcc' .
62786278
- `@BACKEND` => replaced with current language backend, for example 'c' or 'golang' .
62796279
- `@PLATFORM` => replaced with the platform type, for example 'amd64' .
6280+
62806281
Note: `@BUILD_DATE`, `@BUILD_TIME`, `@BUILD_TIMESTAMP` represent times in the UTC timezone.
62816282
By default, they are based on the current time of the compilation/build. They can be overridden
62826283
by setting the environment variable `SOURCE_DATE_EPOCH`. That is also useful while making

0 commit comments

Comments
 (0)