Skip to content

Commit 6cc4cd3

Browse files
author
Martin Crossley
committed
one more typo
1 parent 815159f commit 6cc4cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_w/wifi/ntp_system_time/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For further details refer to the [SDK documentation](https://www.raspberrypi.com
7575

7676
NTP timestamps always refer to universal coordinated time (UTC) in seconds past the epoch. In contrast users and user applications often require **local time**, which varies from region to region and at different times of the year (daylight-saving time or DST).
7777

78-
Converting from UTC to local time often requires inconventient rules, but fortunately the Pico SDK time-conversion functions like `ctime()` and `pico_localtime_r()` can do it automatically if you define a **POSIX timezone (TZ)**.
78+
Converting from UTC to local time often requires inconvenient rules, but fortunately the Pico SDK time-conversion functions like `ctime()` and `pico_localtime_r()` can do it automatically if you define a **POSIX timezone (TZ)**.
7979

8080
The example shows a suitable definition for the Europe/London timezone:
8181
```

0 commit comments

Comments
 (0)