When I setup the insifficient blanace alerts, it semes to be expecting a UTC timestamp to display the “Last Updated” string, but then the local time conversion isn’t happening. JavaScript that was broken or went missing? Anyone else using this feature?
Yes, I’ve been modifying the localization for all four balance_ values. I just tested removing all of the customizations and restarting the dashboard, and it still seems to be appearing in UTC.
<time datetime="2026-01-13T14:50:29Z" data-local="time" data-format="%Y/%m/%d at %l:%M%p">2026/01/13 at 2:50PM</time>
OK - looking at the gem’s documentation this is expected for it to be UTC. Apparently we’re supposed to translate it on the client side to a different time zone.
Yeah, it seemed like there was some kind of JavaScript component missing to it. Any reason not to do this in server-side in Ruby, similar to the session cards?
On a somewhat related note, I’m finding it difficult to get the actual alert text formatting customized in a way that is useful to match our accounting system. Seems like it would be easier if there was just a single html localization field that I could use with the variable tokens.