Mustafa Kılıç

Results 6 comments of Mustafa Kılıç

For my app, Seconds and nanoseconds are unimportant when comparing two localtime. ``` if(localTime.copy(second = 0, nanosecond = 0).compareTo(localTime2.copy(second = 0, nanosecond = 0)) == 0){ // doSomething } ```

I create 21 tasks to quit smoking. Each task has a time slot in it. For example, in the first task, I expect him to smoke at certain time intervals....

You're right. However, this project has not been completed yet. Also, clocks are not forwarded or backwards in my country. So if I publish the app in my country, it...

I can understand your concern here. Created before DST `LocalTime(12, 30, 0)` . Even if we do nothing on this class, this class with DST time will be wrong for...

Enter your terminal ``` rm -rf $HOME/.gradle/ ``` and try again. It resolved my issue

I'm using Macbook M1 Max, and I can't generate exe locally. I tried generate on CI/CD with Windows Machine. I successfully generated the exe. ``` name: CI on: push: defaults:...