[Remind-Fans] accepting dates/times in more English format
Dianne Skoll
dianne at skoll.ca
Thu Jan 17 11:52:37 EST 2019
On Thu, 17 Jan 2019 11:32:46 -0500
"Ian! D. Allen" <idallen at idallen.ca> wrote:
> Is there a way I can make Remind accept that date/time syntax for use
> in tzconvert(), or do I really have to manually convert every entry to
> Remind's DATETIME format of 'YYYY/MM/DD at HH:MM' ?
Unfortunately, the conversion must be done outside of Remind; there's
no built-in way to do it.
Something like:
perl -ane 'print "REM $F[0] $F[1] AT $F[2] MSG " . join(" ", @F[3..$#F]) . "\n"'
will accept stdin and write out something acceptable to Remind on stdout,
at least for the examples on the web page you cited.
Regards,
Dianne.
More information about the Remind-fans
mailing list