time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.06k stars 261 forks source link

fn OffsetDateTime::date_time(self) if private #658

Closed kgv closed 4 months ago

kgv commented 5 months ago

Is there any reason why thу const fn date_time(self) -> PrimitiveDateTime is private?

jhpratt commented 4 months ago

369

390

395

454

458

553