79342898

Date: 2025-01-09 14:06:50
Score: 1.5
Natty:
Report link

Thanks. Tried the below conversion value and it worked in snowflake( Source :UTC to EST time zone):

select competitor_offer_date, CONVERT_TIMEZONE('UTC','EST',competitor_offer_date::TIMESTAMP_NTZ) as Competitor_offer_date_updt, from zeus.competitor_price_offer limit 50 ;

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ayush Rastogi