Thanks for reply. What I want to know is why ToDate(Long timestamp , String timezone) is not available and is there any reason behind it.
ToDate(Long timestamp) always uses default time zone on pig client which I know is configurable. Best , Anup On Wed, Jul 17, 2013 at 12:12 PM, Johnny Zhang <[email protected]> wrote: > I haven't try, but looks like you can use ToDate(String dtStr, String > format, String timezone) ? > > Johnny > > > On Wed, Jul 17, 2013 at 11:28 AM, anup ahire <[email protected]> wrote: > > > Hello, > > > > ToDate function on long timestamp always uses default time zone. > > > > Why option of specifying timezone for timestamp to datetime conversion is > > not available like its available for customized string to date time > > conversion ? > > > > Thanks, > > Anup > > >
