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: NixOS/nixos-homepage
base: e9695e7c012c
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: 92ef07e308e0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 16, 2020

  1. Copy the full SHA
    567555a View commit details
    Browse the repository at this point in the history
  2. js: Fixes countdown logic

    First, we should ingest the date as UTC.
    
    Then, we should definitely not use "new Date()" on the result of a
    subtraction as a way to do date maths. We could be crossing into another
    timezone due to daylight saving and such!
    
    This was tested by comparing the actual time left to the event with what
    is on the page.
    samueldr committed Oct 16, 2020
    1
    Copy the full SHA
    92ef07e View commit details
    Browse the repository at this point in the history