79750899

Date: 2025-08-30 02:27:25
Score: 1
Natty:
Report link

For anyone who might still be interested, I use the following

isLastDayOfMonth() =>
    last_day = str.format_time(time_close("1M"), "yyyy-MM-dd", syminfo.timezone)
    this_day = str.format_time(time, "yyyy-MM-dd", syminfo.timezone)
    this_day == last_day
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31382397