rust-playground icon indicating copy to clipboard operation
rust-playground copied to clipboard

Time-stamp-compatibility on emacs 31.0.50

Open eval-exec opened this issue 11 months ago • 0 comments

Hello, Thanks for your great project. When I launch rust-playground from emacs 31.0.50, it popup a buffer:

The formats recognized in time-stamp-format will change in a future release
to be more compatible with the format-time-string function.

The following obsolescent time-stamp-format construct(s) were found:

"%:y" -- use %Y
"%:y" -- use %Y

It seems that rust-playground should replace %:y by %Y.

eval-exec avatar Dec 20 '24 11:12 eval-exec