Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the SerializationDateTimeConversionMode AlwaysEpochMillisecdsWithSystemDefaultTimezone #30266

Commits on Aug 4, 2022

  1. Fixing the SerializationDateTimeConversionMode `AlwaysEpochMillisecon…

    …dsWithSystemDefaultTimezone`
    
    The `CosmosRowConverter` had a bug assuming that ZoneOffsets between two time zones would be constant - in fact in the 19xx years political rules defining summer/winter time have changed multiple times. To get the correct ZoneOffset the right "local" Instant (vs. Instant.now) needs to be used.
    FabianMeiswinkel committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3044f28 View commit details
    Browse the repository at this point in the history
  2. Adding changelog

    FabianMeiswinkel committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e428113 View commit details
    Browse the repository at this point in the history
  3. Adding UDF to vonvert back ChangeFeedOffset to Map[Int, Long] to make…

    … it possible to save in hdfs as Spark2 continuations
    FabianMeiswinkel committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d2ca88a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…

    …to users/fabianm/DateTimeConversionInvestigation
    FabianMeiswinkel committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b289755 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21b57ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7a31f8 View commit details
    Browse the repository at this point in the history