You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
ATM, time module has an API to get the current UTC time but not the current local time. However, in log module the current local time is printed in log messages. Since there is no Ballerina API to get the current local time, a Java native function[1] is being used as a workaround. It would be better if there was a Ballerina API this since we are planning to remove all Java native code from log module.
Description:
ATM,
time
module has an API to get the current UTC time but not the current local time. However, inlog
module the current local time is printed in log messages. Since there is no Ballerina API to get the current local time, a Java native function[1] is being used as a workaround. It would be better if there was a Ballerina API this since we are planning to remove all Java native code fromlog
module.[1] https://github.com/ballerina-platform/module-ballerina-log/blob/master/native/src/main/java/io/ballerina/stdlib/log/Utils.java#L59
The text was updated successfully, but these errors were encountered: