我对Oracle说了新话,希望有人能够向我澄清这一设想。
我已写出一个非常大的问询,即把一系列的日期交还给我(Oracle 10g)。
这些日期见DD-MON-YY格式(ex:12-MAY-12)。 制图员的实地数据类型显示,数据类型是日期类型,而简单的无线电台是检查的。 当我把这个问题投入到Kalk开发公司时,我获得这样的日期:
11-MAY-12
我在属于C#网络服务的大会中使用这一询问。 在我们的近海小组中,我们的QE服务器被接纳后发现,外地价值正被转换成一个IST被抵消(它用GetXml转换为数据Set)。 确实如此,我甚至知道那笔被抵消的钱,直到我检查了一次挖尸检验中的产出,因为我可以把它看在SQDC中。 它接手了:
2012-05-11T06:09:15+05:30
没有使用固有的日期转换功能,而只是抽出日期的外地名称。
How can I modify my query so that the offset coming over (we do need to preserve the time portion of the Date) is not taken into consideration when the query is run? I know the question sounds convoluted, but the end result is data being written to another database overseas contains the wrong offset, so it s being converted to dates that are off by 1 day.
基本上,我需要时间,但不要被抵消。