Summary
The toPersianDateTime extension function that is responsible to convert an Instance to equivalent Persian datetime, does not do it its job properly. As I inspected in its sources, it is only uses date object from the Instance object for conversion and completely ignores its time object.
Tested Platforms
I've only tested this on JVM, but all platforms might be affected.
Summary
The
toPersianDateTimeextension function that is responsible to convert anInstanceto equivalent Persian datetime, does not do it its job properly. As I inspected in its sources, it is only usesdateobject from theInstanceobject for conversion and completely ignores itstimeobject.Tested Platforms
I've only tested this on
JVM, but all platforms might be affected.