Hello Dan,

   On Wed, 3 Sep 2003 09:31:30 -0400 (03.09.2003 18:31 my local time)
   you wrote about "Anomaly automatically generating my local time zone, when I reply 
to AOL user's messages"
   at least in part:

DG> Does anyone have any ideas about how to fix the AOL anomaly?
Well, only idea

Before working with sender tomezone directly (as subpatt), you have test
TZ string or non-numeric character in second position and if it's AOL, using
additional qt convert it to RFC TZ

My "tzname" QT for converting numerical TZ to names

You have use correct names and revert columns in data-engine

----->8-------------------------------------- from WinClipboard
%SetPattRegexp="\%QINCLUDE=#tz#\s*->\s*(.*?)\n"%RegexpMatch="
-1200                       ->      A-12
-1100                       ->      A-11
-1000                       ->      A-10
-0900                       ->      A-9
-0800                       ->      A-8
-0700                       ->      A-7
-0600                       ->      A-6
-0500                       ->      A-5
-0400                       ->      A-4
-0300                       ->      A-3
-0200                       ->      A-2
-0100                       ->      A-1
-0000                       ->      GMT
+0100                       ->      A1
+0200                       ->      A2
+0300                       ->      A3
+0400                       ->      A4
+0500                       ->      A5
+0600                       ->      A6
+0700                       ->      A7
+0800                       ->      A8
+0900                       ->      A9
+1000                       ->      A10
+1100                       ->      A11
+1200                       ->      A12
"%-
----->8--------------------------------------------------------
-- 
Best regards,
 Alexander Leschinsky

- MOTD:
The human race is faced with a cruel choice: work or daytime television.
Unknown



________________________________________________________

http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to