Git Product home page Git Product logo

Comments (5)

dermow avatar dermow commented on June 22, 2024

Heyho!

Will check that out, I changed few things for the league filters the last versions, maybe I bricked the Calendar conversion somewhere.

Thanks for reporting!

from traxile.

dermow avatar dermow commented on June 22, 2024

Hey, sorry dit not forget you. Just nearly no time the last weeks. I will provide you a pre-release testversion the next few days (per discord, we should already be in contact there).

from traxile.

melink14 avatar melink14 commented on June 22, 2024

No worries! It's not a major issue, thanks for following up!

from traxile.

dermow avatar dermow commented on June 22, 2024

No worries! It's not a major issue, thanks for following up!

Hey - were you be able to check again with 1.1.13? Fixed some date calculation issues there. If issue still persists, let me know. I will send you a debug version then...

from traxile.

melink14 avatar melink14 commented on June 22, 2024

I still saw some problems but with a bit more testing I think custom time works correctly as long as I understand that the year I'm setting is in Japanese calendar format and not western.

However, for league times, they're always wrong since the years are stored as western dates (2022-2023 etc) but it looks like the app is treating them as Japanese years. (Reiwa 4 - Reiwa 5).

I wonder if when we make the leage info objects there is a way to denote that the arguments are in western format (around here

new DateTime(start.Year, start.Month, start.Day, start.Hour, start.Minute, start.Second, _dateTimeFormatInfo.Calendar),
?)

Except that that calendar is forced to Gregorian here (

_dateTimeFormatInfo.Calendar = new GregorianCalendar();
) so it should be read correctly.

The date selector widget is definitely in Japanese calendar format so maybe the problem in writing and reading from the form?

I'm not sure how dateTimePicker1/2 is made but maybe at some point the raw gregorian values are being copied but no the calendar...

from traxile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.