Re: Maximum size .bash_aliases file
On Sat, Jun 22, 2024 at 09:51:32 -0500, David Wright wrote:
> On Sat 22 Jun 2024 at 10:02:43 (-0400), Greg Wooledge wrote:
> > set date_format="!It's %a %d%b%Y at %H:%M:%S here, where clocks are UTC%z"
> I think you need to set attribution, not date_format. For example,
> set attribution="On %{%a %d %b %Y} at %{%H:%M:%S (%z)}, %n wrote:"
> is my own. The %{…} braces indicate using the sender's time zone.
The default value of attribution contains %d which references the
date_format variable. The "!" in the date_format variable says to
use the C locale when writing the day-of-week and month abbreviations,
rather than whatever your regular locale would call them.
I'm using this:
set date_format="!%a, %b %d, %Y at %H:%M:%S %z"
Reply to: