Hello everybody! I use the following code in my udfs.py
import sys sys.path.append(path_to_libs) import pytz but then Pig send back an error at line to_zone=pytz.timezone('America/New_York') saying that pytz.exception.UnknownTimeZoneError : 'America/New_York' this error drives me crazy!!! Pytz is correctly installed.. Any idea whats going on? The other udfs (including datetime) work just fine Thanks!!!