Implementing a workaround for an invalid format in the defaultValue.#47
Implementing a workaround for an invalid format in the defaultValue.#47d-hrs wants to merge 2 commits intokintone:masterfrom
Conversation
ce74c07 to
96ccfdb
Compare
96ccfdb to
bef91e0
Compare
|
@tomohiro-okuyama could you review it? |
|
@d-hrs The default value for a DATETIME field is used as the local time, and it does not have the timezone information by design. |
|
@tomohiro-okuyama
I see, it's not a bug in the API. I will close this pull request.
When do you plan to fix? |
|
@d-hrs |
|
@tomohiro-okuyama Thanks for your reply. I'm waiting for the new release. |
get fields api returns defaultValue in the format of
yyyy-MM-dd'T'HH:mm. e.g.2023-12-08T12:34.This value is lack of compatibility with the ISO-8601 format, so DateTimeParseException occurs like following.
This is a workaround until the API returns the expected format.