Kotlin / kotlinx-datetime

KotlinX multiplatform date/time library
Apache License 2.0
2.41k stars 101 forks source link

Jalali Data System #138

Closed ali77gh closed 3 years ago

ali77gh commented 3 years ago

Hi. This library supports Gregorian Date System. but there is some other date systems in the world. one of them is Persian Solar Hijri that also knows as Jalali and used in many countries as main date system. i'm able to add this system to this library (I done same thing before here). I'm not gonna touch current functionality (just add some functions to convert to jalali). If you are interested , just let me know. It will be done in few weeks. so... What do you think?

elizarov commented 3 years ago

This library is currently focused on supporting ISO 8601 international standard. We don't plan to expand it beyond ISO 8601 in the near future.