<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 12:31:37 +0000</lastBuildDate>
    <item>
      <title>(SAS) Converting SAS datetime to oracle_datetime - vasdee</title>
      <link>https://snipplr.com/view/10052/converting-sas-datetime-to-oracledatetime</link>
      <description>&lt;p&gt;Annoyingly hard to find,  I'm sure others out there have felt the pain of converting sas dates to oracle date formats. &#13;
&#13;
example: &#13;
     data _null_;  &#13;
          x_dt = datetime();  &#13;
          x_d = date();  &#13;
          put x_dt oracle_datetime.;  &#13;
          put x_d oracle_date.;  &#13;
     run;&lt;/p&gt;</description>
      <pubDate>Tue, 25 Nov 2008 20:41:27 UTC</pubDate>
      <guid>https://snipplr.com/view/10052/converting-sas-datetime-to-oracledatetime</guid>
    </item>
  </channel>
</rss>
