How to handle time change when storing business hours

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • NodaTime

    A better date and time API for .NET

  • Use NodaTime. It's really nice to work with. It allows to store LocalTime (i.e. time of day). And then convert it to ZonedDateTime using some given LocalDate and DateTimeZone, which will adjust correctly for things like daylight savings. You can also easily convert a ZonedDateTime to UTC if needed or an unambiguous Instant which can be converted to any other time zone.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Orjson: Fast, correct Python JSON library

    1 project | news.ycombinator.com | 28 May 2024
  • How to parse and format a date in JavaScript

    4 projects | dev.to | 8 May 2024
  • Handling dates in JavaScript with Tempo

    4 projects | dev.to | 7 May 2024
  • Mastering Time: State-of-the-Art Date Handling in JavaScript

    2 projects | dev.to | 29 Apr 2024
  • The Day.js Dilemma: How Should We Handle OSS Maintainers Going MIA?

    2 projects | news.ycombinator.com | 12 Apr 2024