Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: web-ridge/react-native-paper-dates
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.27
Choose a base ref
...
head repository: web-ridge/react-native-paper-dates
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.28
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 11, 2024

  1. fix: dateToUnix to preserve the date #434

    trunc the ms instead of round to avoid edge cases where the date would be changed example: 
    Math.round((new Date('2024-12-10T23:59:59.999Z')).getTime() / 1000)
    vs
    Math.trunc((new Date('2024-12-10T23:59:59.999Z')).getTime() / 1000)
    DerBasler authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    51382e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #435 from DerBasler/master

    fix: dateToUnix to preserve the date #434
    iM-GeeKy authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    fe12955 View commit details
    Browse the repository at this point in the history
  3. chore: release 0.22.28

    iM-GeeKy committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    f8baaee View commit details
    Browse the repository at this point in the history
Loading