hadoop DbDataReader.GetValue gets wrong timestamp

31 views Asked by At


i'm querying an hadoop cluster with DbDataReader.GetValue in c#.
the problem is that i'm getting a wrong value on timestamp.
The value in hdfs file (and when querying via hive) is 1997-03-21 01:00:00
But with DbDataReader.GetValue i'm getting 1997-03-21 00:00:00
1h offset.
Any idea what might the issue?

thanks!

0

There are 0 answers