mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 13:14:26 +02:00
Updated Examples and Recipes (markdown)
@@ -46,7 +46,8 @@ This couldn't be easier:
|
|||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
std::cout << date::make_zoned(date::current_zone(), std::chrono::system_clock::now()) << '\n';
|
std::cout << date::make_zoned(date::current_zone(),
|
||||||
|
std::chrono::system_clock::now()) << '\n';
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user