Giter VIP home page Giter VIP logo

Comments (6)

eikek avatar eikek commented on June 4, 2024

Why do you think this is wrong? It follows the iso8601 standard, where Z is used to mean no offset from UTC.

from calev.

pawelkaczor avatar pawelkaczor commented on June 4, 2024

Ok, you are right. The problem is that CalEvent.unsafe throws exception when parsing "Mon --* 15:00:00 Z"

Can we fix it?

from calev.

eikek avatar eikek commented on June 4, 2024

Yes true! either don't render or be able to parse it :)

If you give it a zone instead of an offset it renders UTC

@ CalEvent.unsafe("Mon *-*-* 15:00:00").copy(zone = Some(ZoneId.of("UTC"))).asString
res14: String = "Mon *-*-* 15:00:00 UTC"

I think it's both ok. Maybe just parsing it as no offset is fine.

from calev.

pawelkaczor avatar pawelkaczor commented on June 4, 2024

I would expect CalEvent.asString and CalEvent.unsafe to be compatible. They are not.

from calev.

eikek avatar eikek commented on June 4, 2024

Right, there are two ways now: either don't render Z or allow to parse it. So I wrote that maybe allowing to parse it is good.

from calev.

pawelkaczor avatar pawelkaczor commented on June 4, 2024

Yes, I think parsing Z should work.

from calev.

Related Issues (9)

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.