Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / BurntSushi/jiff issues and pull requests

#141 - feat: bootstrap jiff-sqlx development

Pull Request - State: open - Opened by tisonkun about 1 month ago - 3 comments

#140 - Android Platform Support

Issue - State: open - Opened by daylightwarbler about 1 month ago - 2 comments
Labels: platform

#138 - Inconsistency between serialize and deserialize in Serde

Issue - State: open - Opened by chmp about 2 months ago - 9 comments
Labels: question

#137 - feat: impl TryFrom str for Timestamp

Pull Request - State: closed - Opened by tisonkun about 2 months ago - 10 comments

#136 - Consider treating weeks as uniform sometimes in the `Span` API

Issue - State: open - Opened by alilleybrinker about 2 months ago - 4 comments
Labels: enhancement

#134 - Tweak docs to update Timestamp definition to current behaviour

Pull Request - State: closed - Opened by Plecra about 2 months ago - 3 comments

#133 - Parsing timezone allows minutes to be missing or present

Issue - State: open - Opened by tisonkun about 2 months ago - 1 comment
Labels: enhancement

#132 - consider adding alternative representation for `civil::Date` that uses Unix epoch days

Issue - State: open - Opened by BurntSushi 2 months ago
Labels: enhancement, question

#130 - Is it possible a month is negative or out of 1..=12?

Issue - State: open - Opened by tisonkun 2 months ago - 1 comment
Labels: documentation

#129 - Add better comparison with `icu`

Pull Request - State: closed - Opened by robertbastian 2 months ago - 2 comments

#128 - fmt: rejigger internal precision setting

Pull Request - State: closed - Opened by BurntSushi 2 months ago

#127 - util: move UTF-8 decoding to its own module

Pull Request - State: closed - Opened by BurntSushi 2 months ago

#126 - fmt: simplify integer formatting slightly

Pull Request - State: closed - Opened by BurntSushi 2 months ago

#125 - tzdb: update to the 2024b release

Pull Request - State: closed - Opened by BurntSushi 2 months ago

#123 - tz: add `TimeZone::try_system`

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#122 - fmt: support formatting `Timestamp` with a specific offset

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#120 - `jiff_tzdb` potentially not up to date with current TZDB

Issue - State: closed - Opened by nekevss 3 months ago - 5 comments

#119 - fmt: add new `serde` sub-module for integer timestamp integration

Pull Request - State: closed - Opened by BurntSushi 3 months ago - 2 comments

#117 - util/libm: replace `force_eval!` by `std::hint::black_box`

Pull Request - State: closed - Opened by martinvonz 3 months ago - 1 comment

#116 - zoned: add note about Timestamp::now().to_zoned()

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#115 - tz: attempt to read TZ symlink as IANA time zone identifier

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#114 - api: add options for controlling precision

Pull Request - State: closed - Opened by BurntSushi 3 months ago - 1 comment

#113 - can't get IANA zone name with `TZ=:/etc/localtime`

Issue - State: closed - Opened by scottlamb 3 months ago - 5 comments
Labels: bug

#111 - add a new "friendly" duration format

Issue - State: open - Opened by BurntSushi 3 months ago - 15 comments
Labels: enhancement

#109 - cargo: fix alloc-only build

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#108 - 0.1.7 version fails to compile from crates.io

Issue - State: closed - Opened by tyranron 3 months ago - 3 comments

#107 - doc: fix the wrong issue id in CHANGELOG.md

Pull Request - State: closed - Opened by 1996fanrui 3 months ago - 1 comment

#106 - cargo: permit windows-sys >=0.52.0 and <=0.59.*

Pull Request - State: closed - Opened by BurntSushi 3 months ago - 2 comments

#103 - bench: add the zoned benchmark for Asia/Shanghai

Pull Request - State: closed - Opened by 1996fanrui 3 months ago - 3 comments

#102 - Should Date, Time and DateTime constructors take unsigned integers instead of signed?

Issue - State: closed - Opened by twistedfall 3 months ago - 4 comments
Labels: duplicate

#99 - Deserializing a Unix epoch time?

Issue - State: closed - Opened by dsully 3 months ago - 2 comments

#98 - proposal: Timestamp.elapsed()

Issue - State: open - Opened by dvdsk 3 months ago - 8 comments
Labels: enhancement, question

#97 - use threads to update default time zone cache asynchronously

Pull Request - State: closed - Opened by 1996fanrui 3 months ago - 6 comments

#96 - Optimize the performance of obtaining the default time zone

Issue - State: closed - Opened by 1996fanrui 3 months ago - 3 comments

#94 - api: introducing the now_with_time_zone for Zoned

Pull Request - State: closed - Opened by 1996fanrui 3 months ago

#93 - Zoned supports now_with_time_zone

Issue - State: closed - Opened by 1996fanrui 3 months ago - 7 comments

#92 - Allow configure nanosecond's precision

Issue - State: closed - Opened by tisonkun 3 months ago - 1 comment
Labels: enhancement

#91 - span: improve invalid units error message

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#90 - Timestamp adds 1 day panic

Issue - State: closed - Opened by tisonkun 3 months ago - 3 comments
Labels: enhancement

#89 - serde support: `TimeZone` or `Offset`

Issue - State: open - Opened by onkoe 3 months ago - 26 comments
Labels: question

#87 - span printout question

Issue - State: closed - Opened by fdncred 3 months ago - 1 comment

#86 - api: add new top-level SignedDuration type

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#85 - jiff: Days in month rangeint should always have range 28-31

Pull Request - State: closed - Opened by nakedible 3 months ago

#80 - Should benchmarks be run on "random" values instead of the same value each time?

Issue - State: closed - Opened by nakedible 3 months ago - 2 comments
Labels: question

#79 - github: Add `devcontainer.json` for development

Pull Request - State: closed - Opened by nakedible 3 months ago - 6 comments

#78 - add `BrokenDownTime::set_offset` and `BrokenDownTime::set_iana`

Issue - State: closed - Opened by martintmk 3 months ago - 1 comment
Labels: enhancement

#77 - test: disable optimizations when testing

Pull Request - State: closed - Opened by BurntSushi 3 months ago - 1 comment

#76 - fmt/temporal: fix parsing of spans like `PT843517081h`

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#74 - fmt: fix precision formatting

Pull Request - State: closed - Opened by BurntSushi 3 months ago

#73 - Allow truncation in `%.f` format specifier

Issue - State: closed - Opened by sgoll 4 months ago - 5 comments
Labels: bug

#71 - doc: minor correction: "printf"-style API

Pull Request - State: closed - Opened by sharkdp 4 months ago

#66 - RFC 3339: Support parsing Z-suffix datetimes into Zoned directly?

Issue - State: closed - Opened by sharkdp 4 months ago - 3 comments
Labels: question

#65 - add fallible API for `TimeZone::system()`

Issue - State: closed - Opened by BurntSushi 4 months ago - 1 comment
Labels: enhancement

#64 - doc: fix README

Pull Request - State: closed - Opened by TENX-S 4 months ago - 1 comment

#63 - Original Chrono maintainer's comments on `COMPARE.md`.

Issue - State: closed - Opened by lifthrasiir 4 months ago - 2 comments
Labels: question

#62 - Parsing continuous date values

Issue - State: closed - Opened by 0ba100 4 months ago - 5 comments
Labels: enhancement

#61 - strtime accepts formats with multiple format specifiers of the same type

Issue - State: closed - Opened by addisoncrump 4 months ago - 8 comments
Labels: question

#60 - Debug impls should not use Printer implementations

Issue - State: open - Opened by addisoncrump 4 months ago - 6 comments
Labels: question

#58 - jiff: add robust WASM support

Pull Request - State: closed - Opened by BurntSushi 4 months ago - 1 comment

#57 - Add round-trip parser fuzzers

Pull Request - State: open - Opened by addisoncrump 4 months ago - 7 comments

#56 - TimeZone::system(): support WASM as a platform

Issue - State: closed - Opened by sharkdp 4 months ago - 9 comments
Labels: enhancement, platform

#55 - fmt/strtime: support parsing and formatting fractional seconds

Pull Request - State: closed - Opened by BurntSushi 4 months ago

#54 - add support for fractional seconds to `jiff::fmt::strtime`

Issue - State: closed - Opened by BurntSushi 4 months ago - 2 comments
Labels: enhancement

#53 - fmt: add APIs for skipping weekday checking

Pull Request - State: closed - Opened by BurntSushi 4 months ago

#52 - span: improve docs for Span getters

Pull Request - State: closed - Opened by BurntSushi 4 months ago

#51 - span: allow `ambiguous_negative_literals`

Pull Request - State: closed - Opened by BurntSushi 4 months ago - 1 comment

#50 - add ecosystem integration to jiff? (e.g., optional dependencies on `icu`, `diesel`, `sqlx`, etc)

Issue - State: open - Opened by BurntSushi 4 months ago - 9 comments
Labels: question

#49 - doc: correct span format example regex

Pull Request - State: closed - Opened by drmason13 4 months ago - 1 comment

#48 - Inconsistency: Are days 24 hours or not?

Issue - State: open - Opened by FeldrinH 4 months ago - 19 comments
Labels: question, breaking change

#47 - span: add Span::to_duration and TryFrom impls for Duration

Pull Request - State: closed - Opened by BurntSushi 4 months ago

#45 - civil: add 'until' month test

Pull Request - State: closed - Opened by BurntSushi 4 months ago

#44 - bench: do some benchmark cleanups

Pull Request - State: closed - Opened by BurntSushi 4 months ago

#42 - Info: UX report for dtg/dtg-lib crates

Issue - State: closed - Opened by qtfkwk 4 months ago

#40 - Span: Ergonomics Improvements

Issue - State: closed - Opened by martintmk 4 months ago - 2 comments
Labels: enhancement

#39 - RFC 2822 parsing is not (technically) compliant

Issue - State: closed - Opened by jhpratt 4 months ago - 2 comments
Labels: documentation

#38 - Benchmark improvements

Issue - State: closed - Opened by jhpratt 4 months ago - 2 comments
Labels: bug

#36 - Timestamp::saturating_add misbehaves if the span contains calendar units

Issue - State: open - Opened by FeldrinH 4 months ago - 1 comment
Labels: bug, breaking change

#35 - should unsigned integer types be used whenever possible?

Issue - State: closed - Opened by AntoniosBarotsis 4 months ago - 3 comments
Labels: question, probably not

#34 - write a guide for converting types to and from `chrono` and `time`

Issue - State: open - Opened by BurntSushi 4 months ago
Labels: documentation

#33 - doc: fix typo in example in README.md

Pull Request - State: closed - Opened by haukeh 4 months ago - 2 comments

#32 - `Span`: the `Eq`/`PartialEq` trait implementation can lead to benign-looking code that is actually buggy.

Issue - State: open - Opened by jhseu 4 months ago - 4 comments
Labels: bug, breaking change

#31 - Rename `Span` to `TimeSpan`?

Issue - State: closed - Opened by rmg-x 4 months ago - 3 comments
Labels: probably not

#30 - export `TimeZone` to TZif

Issue - State: open - Opened by scottlamb 4 months ago - 3 comments
Labels: enhancement

#28 - `intz` name is confusing

Issue - State: open - Opened by vultix 4 months ago - 11 comments
Labels: question, breaking change

#25 - Direct equivalent of time::OffsetDateTime::now_local

Issue - State: closed - Opened by teohhanhui 4 months ago - 2 comments

#24 - Consider adding comparison docs contrasting std types (Instant and SystemTime)

Issue - State: open - Opened by matklad 4 months ago - 1 comment
Labels: documentation

#23 - Optimize common functions with Neri-Schneider

Pull Request - State: open - Opened by DaniPopes 4 months ago

#22 - breaking: uppercase duration representations

Pull Request - State: closed - Opened by punkeel 4 months ago - 4 comments

#21 - add more integration with `std::time::Duration`?

Issue - State: closed - Opened by BurntSushi 4 months ago - 24 comments
Labels: enhancement, question

#20 - finish the tzdb zic compiler

Issue - State: open - Opened by BurntSushi 4 months ago - 1 comment
Labels: enhancement, question

#19 - add caching mechanism for POSIX TZ lookups

Issue - State: open - Opened by BurntSushi 4 months ago - 1 comment
Labels: enhancement