Skip to content

Commit faf183f

Browse files
authored
Update gmtime-gmtime32-gmtime64.md
1 parent 3c1f3d5 commit faf183f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/c-runtime-library/reference/gmtime-gmtime32-gmtime64.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ These functions validate their parameters. If *`sourceTime`* is a `NULL` pointer
5454
5555
The **`_gmtime32`** function breaks down the *`sourceTime`* value and stores it in a statically allocated structure of type `tm`, defined in `TIME.H`. The value of *`sourceTime`* is typically obtained from a call to the [`time`](time-time32-time64.md) function.
5656
57-
> [!NOTE]
58-
> In most cases, the target environment tries to determine whether daylight savings time is in effect. The C run-time library assumes that the United States rules for implementing the calculation of Daylight Saving Time (DST) are used.
59-
6057
By default, this function's global state is scoped to the application. To change this behavior, see [Global state in the CRT](../global-state.md).
6158
6259
## Requirements

0 commit comments

Comments
 (0)