this may seem foolish, but why not set your Time Zone to GST ( GMT -3 ) , or the name your country has given it, not EST , which is GMT -5 , that should fix your off set , if thats what you want...
Hi , Now this is a bit unusall for me , but i'd like to make a script request for a 420 script in the end i want to pick it apart to see how it works, and continue to write some scripts for myself , but i need a starting ground ... anyways heres what i would like it to do: .on *:TEXT:!four20:#: if (...
If you change regsub -nocase {.*<div\s+class=\"post\"><p>(.*?)<div\s+class=\"date\">.*} $fm_data {\1} fm_data to regsub -nocase {.*<div\s+class=\"post\".+?><p>(.*?)<div\s+class=\"date\">.*} $fm_data {\1} fm_data everything should work out fine, mine does :P