From Jason Turner

[time.clock.file]

Diff to HTML by rtfpessoa

tmp/tmpahlycbdx/{from.md → to.md} RENAMED
@@ -12,11 +12,11 @@ namespace std::chrono {
12
  requirements [[time.clock.req]], and using a signed arithmetic type for
13
  `file_clock::rep`. `file_clock` is used to create the `time_point`
14
  system used for `file_time_type` [[filesystems]]. Its epoch is
15
  unspecified, and `noexcept(file_clock::now())` is `true`.
16
 
17
- [*Note 1*: The type that `file_clock` denotes may be in a different
18
  namespace than `std::chrono`, such as `std::filesystem`. — *end note*]
19
 
20
  #### Member functions <a id="time.clock.file.members">[[time.clock.file.members]]</a>
21
 
22
  The type denoted by `file_clock` provides precisely one of the following
@@ -56,11 +56,11 @@ template<class charT, class traits, class Duration>
56
  ```
57
 
58
  *Effects:* Equivalent to:
59
 
60
  ``` cpp
61
- return os << format(STATICALLY-WIDEN<charT>("{:%F %T}"), t);
62
  ```
63
 
64
  ``` cpp
65
  template<class charT, class traits, class Duration, class Alloc = allocator<charT>>
66
  basic_istream<charT, traits>&
 
12
  requirements [[time.clock.req]], and using a signed arithmetic type for
13
  `file_clock::rep`. `file_clock` is used to create the `time_point`
14
  system used for `file_time_type` [[filesystems]]. Its epoch is
15
  unspecified, and `noexcept(file_clock::now())` is `true`.
16
 
17
+ [*Note 1*: The type that `file_clock` denotes can be in a different
18
  namespace than `std::chrono`, such as `std::filesystem`. — *end note*]
19
 
20
  #### Member functions <a id="time.clock.file.members">[[time.clock.file.members]]</a>
21
 
22
  The type denoted by `file_clock` provides precisely one of the following
 
56
  ```
57
 
58
  *Effects:* Equivalent to:
59
 
60
  ``` cpp
61
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%F %T}"), t);
62
  ```
63
 
64
  ``` cpp
65
  template<class charT, class traits, class Duration, class Alloc = allocator<charT>>
66
  basic_istream<charT, traits>&