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 364124c078 Publish built docs triggered by
40ed90e1f1022254a1535782784a481604e4cb53
364124c078 is described below
commit 364124c07852ac84bb5e754486db7c0e93defc6b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 25 15:11:30 2025 +0000
Publish built docs triggered by 40ed90e1f1022254a1535782784a481604e4cb53
---
_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 0f08934c8a..81ecf68992 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -2133,7 +2133,7 @@ _Alias of [date_trunc](#date_trunc)._
### `from_unixtime`
-Converts an integer to RFC3339 timestamp format
(`YYYY-MM-DDT00:00:00.000000000Z`). Integers and unsigned integers are
interpreted as nanoseconds since the unix epoch (`1970-01-01T00:00:00Z`) return
the corresponding timestamp.
+Converts an integer to RFC3339 timestamp format
(`YYYY-MM-DDT00:00:00.000000000Z`). Integers and unsigned integers are
interpreted as seconds since the unix epoch (`1970-01-01T00:00:00Z`) return the
corresponding timestamp.
```sql
from_unixtime(expression[, timezone])
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index fad0165bd9..3ca97eca7c 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -6809,7 +6809,7 @@ Can be a constant, column, or function.</p></li>
</section>
<section id="from-unixtime">
<h3><code class="docutils literal notranslate"><span
class="pre">from_unixtime</span></code><a class="headerlink"
href="#from-unixtime" title="Link to this heading">ΒΆ</a></h3>
-<p>Converts an integer to RFC3339 timestamp format (<code class="docutils
literal notranslate"><span
class="pre">YYYY-MM-DDT00:00:00.000000000Z</span></code>). Integers and
unsigned integers are interpreted as nanoseconds since the unix epoch (<code
class="docutils literal notranslate"><span
class="pre">1970-01-01T00:00:00Z</span></code>) return the corresponding
timestamp.</p>
+<p>Converts an integer to RFC3339 timestamp format (<code class="docutils
literal notranslate"><span
class="pre">YYYY-MM-DDT00:00:00.000000000Z</span></code>). Integers and
unsigned integers are interpreted as seconds since the unix epoch (<code
class="docutils literal notranslate"><span
class="pre">1970-01-01T00:00:00Z</span></code>) return the corresponding
timestamp.</p>
<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="n">from_unixtime</span><span
class="p">(</span><span class="n">expression</span><span
class="p">[,</span><span class="w"> </span><span class="n">timezone</span><span
class="p">])</span>
</pre></div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]