mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 05:04:27 +02:00
Updated Examples and Recipes (markdown)
@@ -46,7 +46,8 @@ This couldn't be easier:
|
||||
int
|
||||
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