Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: Is there a getutcbigdatetime()

$
0
0

I'm not aware of such a function, and I can't speak on future availability, but have you (obviously?) tried cooking your own user defined function, eg:

 

===================

select getdate()             as now,

       getutcdate()          as now_utc,

       current_bigdatetime() as now_big,

       dateadd(mi,datediff(mi,getdate(),getutcdate()),current_bigdatetime()) as now_big_utc

===================


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>