Hello, I see in 
<https://github.com/nim-lang/Nim/commit/48e7775ad14bc33f5b60225157fb0725d0384675#diff-4312c4d5284d55772c33e9bc8f4b73fbacbe5a6113a33c74708558200a5ff20b>
 some members of `DateTime` passed to private (for example, `second`) and the 
operators `=` were introduced to be able to assign values to these members. The 
operators are marked `{.deprecated: "Deprecated since v1.3.1".}` How should I 
assign values to the private members of `DateTime` without using the deprecated 
operators?

Reply via email to