Skip to content

Tracking issue: Converting the API to return Results #1469

Open
@pitdicker

Description

@pitdicker

A list to keep score. Not yet complete, and only lists the public API.

Currently at 61/153.

NaiveDate

NaiveTime

NaiveDateTime

NaiveWeek

  • NaiveWeek::first_day (?)
  • NaiveWeek::last_day (?)
  • NaiveWeek::days (?)

FixedOffset

TimeDelta

DateTime

TimeZone

  • TimeZone::offset_from_local_datetime
  • TimeZone::offset_from_utc_datetime
  • TimeZone::from_local_datetime
  • TimeZone::from_utc_datetime
  • TimeZone::timestamp
  • TimeZone::timestamp_micros
  • TimeZone::timestamp_millis
  • TimeZone::timestamp_nanos
  • TimeZone::with_ymd_and_hms

LocalResult

  • LocalResult::single
  • LocalResult::earliest
  • LocalResult::latest

Parsed

StrftimeItems

  • StrftimeItems::parse
  • StrftimeItems::parse_to_owned

Other

  • format::parse
  • format::parse_and_remainder

FromStr implementations

  • NaiveDate
  • NaiveTime
  • NaiveDateTime
  • DateTime<FixedOffset>
  • DateTime<Utc>
  • DateTime<Local>
  • FixedOffset
  • Weekday
  • Month

TryFrom implementations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions