time-rs / time

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

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

Closed kgv closed 9 months ago

kgv commented 9 months ago

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

jhpratt commented 9 months ago

369

390

395

454

458

553