This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new dd39c277f3 Publish built docs triggered by 
62740802f648aa3d425bdd201ceb8d6216acaf60
dd39c277f3 is described below

commit dd39c277f337e1c23c9c75dc85e589b8fd7a2915
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 26 23:52:24 2025 +0000

    Publish built docs triggered by 62740802f648aa3d425bdd201ceb8d6216acaf60
---
 _sources/user-guide/sql/scalar_functions.md.txt | 2 +-
 user-guide/sql/scalar_functions.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index e454788003..cf35b9f3c3 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -2982,7 +2982,7 @@ Additional examples can be found 
[here](https://github.com/apache/datafusion/blo
 
 ### `to_unixtime`
 
-Converts a value to seconds since the unix epoch (`1970-01-01T00:00:00Z`). 
Supports strings, dates, timestamps and double types as input. Strings are 
parsed as RFC3339 (e.g. '2023-07-20T05:44:00') if no [Chrono 
formats](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) are 
provided.
+Converts a value to seconds since the unix epoch (`1970-01-01T00:00:00`). 
Supports strings, dates, timestamps, integer, unsigned integer, and float types 
as input. Strings are parsed as RFC3339 (e.g. '2023-07-20T05:44:00') if no 
[Chrono 
formats](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) are 
provided. Integers, unsigned integers, and floats are interpreted as seconds 
since the unix epoch (`1970-01-01T00:00:00`).
 
 ```sql
 to_unixtime(expression[, ..., format_n])
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index 8ef79998f9..6756cdb569 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -3488,7 +3488,7 @@ an error will be returned.</p></li>
 </section>
 <section id="to-unixtime">
 <h3><code class="docutils literal notranslate"><span 
class="pre">to_unixtime</span></code><a class="headerlink" href="#to-unixtime" 
title="Link to this heading">#</a></h3>
-<p>Converts a value to seconds since the unix epoch (<code class="docutils 
literal notranslate"><span class="pre">1970-01-01T00:00:00Z</span></code>). 
Supports strings, dates, timestamps and double types as input. Strings are 
parsed as RFC3339 (e.g. ‘2023-07-20T05:44:00’) if no <a class="reference 
external" 
href="https://docs.rs/chrono/latest/chrono/format/strftime/index.html";>Chrono 
formats</a> are provided.</p>
+<p>Converts a value to seconds since the unix epoch (<code class="docutils 
literal notranslate"><span class="pre">1970-01-01T00:00:00</span></code>). 
Supports strings, dates, timestamps, integer, unsigned integer, and float types 
as input. Strings are parsed as RFC3339 (e.g. ‘2023-07-20T05:44:00’) if no <a 
class="reference external" 
href="https://docs.rs/chrono/latest/chrono/format/strftime/index.html";>Chrono 
formats</a> are provided. Integers, unsigned integers, and floats are interpret 
[...]
 <div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="n">to_unixtime</span><span 
class="p">(</span><span class="n">expression</span><span 
class="p">[,</span><span class="w"> </span><span class="p">...,</span><span 
class="w"> </span><span class="n">format_n</span><span class="p">])</span>
 </pre></div>
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to