274 lines
No EOL
58 KiB
HTML
274 lines
No EOL
58 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="generator" content="rustdoc">
|
||
<meta name="description" content="API documentation for the Rust `FixedOffset` struct in crate `chrono`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, FixedOffset">
|
||
|
||
<title>chrono::offset::FixedOffset - Rust</title>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../normalize.css">
|
||
<link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle">
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../dark.css">
|
||
<link rel="stylesheet" type="text/css" href="../../main.css" id="themeStyle">
|
||
<script src="../../storage.js"></script>
|
||
|
||
|
||
|
||
|
||
</head>
|
||
<body class="rustdoc struct">
|
||
<!--[if lte IE 8]>
|
||
<div class="warning">
|
||
This old browser is unsupported and will most likely display funky
|
||
things.
|
||
</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<nav class="sidebar">
|
||
<div class="sidebar-menu">☰</div>
|
||
|
||
<p class='location'>Struct FixedOffset</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.east">east</a><a href="#method.east_opt">east_opt</a><a href="#method.west">west</a><a href="#method.west_opt">west_opt</a><a href="#method.local_minus_utc">local_minus_utc</a><a href="#method.utc_minus_local">utc_minus_local</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-PartialEq">PartialEq</a><a href="#impl-Eq">Eq</a><a href="#impl-Hash">Hash</a><a href="#impl-Copy">Copy</a><a href="#impl-Clone">Clone</a><a href="#impl-TimeZone">TimeZone</a><a href="#impl-Offset">Offset</a><a href="#impl-Debug">Debug</a><a href="#impl-Display">Display</a><a href="#impl-Add%3CFixedOffset%3E">Add<FixedOffset></a><a href="#impl-Sub%3CFixedOffset%3E">Sub<FixedOffset></a></div></div><p class='location'><a href='../index.html'>chrono</a>::<wbr><a href='index.html'>offset</a></p><script>window.sidebarCurrent = {name: 'FixedOffset', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div>
|
||
</nav>
|
||
|
||
<div class="theme-picker">
|
||
<button id="theme-picker" aria-label="Pick another theme!">
|
||
<img src="../../brush.svg" width="18" alt="Pick another theme!">
|
||
</button>
|
||
<div id="theme-choices"></div>
|
||
</div>
|
||
<script src="../../theme.js"></script>
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content">
|
||
<h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>chrono</a>::<wbr><a href='index.html'>offset</a>::<wbr><a class="struct" href=''>FixedOffset</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#23-25' title='goto source code'>[src]</a></span></h1>
|
||
<pre class='rust struct'>pub struct FixedOffset { /* fields omitted */ }</pre><div class='docblock'><p>The time zone with fixed offset, from UTC-23:59:59 to UTC+23:59:59.</p>
|
||
<p>Using the <a href="./trait.TimeZone.html"><code>TimeZone</code></a> methods
|
||
on a <code>FixedOffset</code> struct is the preferred way to construct
|
||
<code>DateTime<FixedOffset></code> instances. See the <a href="#method.east"><code>east</code></a> and
|
||
<a href="#method.west"><code>west</code></a> methods for examples.</p>
|
||
</div>
|
||
<h2 id='methods' class='small-section-header'>
|
||
Methods<a href='#methods' class='anchor'></a>
|
||
</h2>
|
||
<h3 id='impl' class='impl'><span class='in-band'><code>impl <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#27-97' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.east' class="method"><span id='east.v' class='invisible'><code>pub fn <a href='#method.east' class='fnname'>east</a>(secs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#42-44' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>FixedOffset</code> for the Eastern Hemisphere with given timezone difference.
|
||
The negative <code>secs</code> means the Western Hemisphere.</p>
|
||
<p>Panics on the out-of-bound <code>secs</code>.</p>
|
||
<h1 id="example" class="section-header"><a href="#example">Example</a></h1>
|
||
<pre class="rust rust-example-rendered">
|
||
<span class="kw">use</span> <span class="ident">chrono</span>::{<span class="ident">FixedOffset</span>, <span class="ident">TimeZone</span>};
|
||
<span class="kw">let</span> <span class="ident">hour</span> <span class="op">=</span> <span class="number">3600</span>;
|
||
<span class="kw">let</span> <span class="ident">datetime</span> <span class="op">=</span> <span class="ident">FixedOffset</span>::<span class="ident">east</span>(<span class="number">5</span> <span class="op">*</span> <span class="ident">hour</span>).<span class="ident">ymd</span>(<span class="number">2016</span>, <span class="number">11</span>, <span class="number">08</span>)
|
||
.<span class="ident">and_hms</span>(<span class="number">0</span>, <span class="number">0</span>, <span class="number">0</span>);
|
||
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="kw-2">&</span><span class="ident">datetime</span>.<span class="ident">to_rfc3339</span>(), <span class="string">"2016-11-08T00:00:00+05:00"</span>)</pre>
|
||
</div><h4 id='method.east_opt' class="method"><span id='east_opt.v' class='invisible'><code>pub fn <a href='#method.east_opt' class='fnname'>east_opt</a>(secs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#50-56' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>FixedOffset</code> for the Eastern Hemisphere with given timezone difference.
|
||
The negative <code>secs</code> means the Western Hemisphere.</p>
|
||
<p>Returns <code>None</code> on the out-of-bound <code>secs</code>.</p>
|
||
</div><h4 id='method.west' class="method"><span id='west.v' class='invisible'><code>pub fn <a href='#method.west' class='fnname'>west</a>(secs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#72-74' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>FixedOffset</code> for the Western Hemisphere with given timezone difference.
|
||
The negative <code>secs</code> means the Eastern Hemisphere.</p>
|
||
<p>Panics on the out-of-bound <code>secs</code>.</p>
|
||
<h1 id="example-1" class="section-header"><a href="#example-1">Example</a></h1>
|
||
<pre class="rust rust-example-rendered">
|
||
<span class="kw">use</span> <span class="ident">chrono</span>::{<span class="ident">FixedOffset</span>, <span class="ident">TimeZone</span>};
|
||
<span class="kw">let</span> <span class="ident">hour</span> <span class="op">=</span> <span class="number">3600</span>;
|
||
<span class="kw">let</span> <span class="ident">datetime</span> <span class="op">=</span> <span class="ident">FixedOffset</span>::<span class="ident">west</span>(<span class="number">5</span> <span class="op">*</span> <span class="ident">hour</span>).<span class="ident">ymd</span>(<span class="number">2016</span>, <span class="number">11</span>, <span class="number">08</span>)
|
||
.<span class="ident">and_hms</span>(<span class="number">0</span>, <span class="number">0</span>, <span class="number">0</span>);
|
||
<span class="macro">assert_eq</span><span class="macro">!</span>(<span class="kw-2">&</span><span class="ident">datetime</span>.<span class="ident">to_rfc3339</span>(), <span class="string">"2016-11-08T00:00:00-05:00"</span>)</pre>
|
||
</div><h4 id='method.west_opt' class="method"><span id='west_opt.v' class='invisible'><code>pub fn <a href='#method.west_opt' class='fnname'>west_opt</a>(secs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#80-86' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>FixedOffset</code> for the Western Hemisphere with given timezone difference.
|
||
The negative <code>secs</code> means the Eastern Hemisphere.</p>
|
||
<p>Returns <code>None</code> on the out-of-bound <code>secs</code>.</p>
|
||
</div><h4 id='method.local_minus_utc' class="method"><span id='local_minus_utc.v' class='invisible'><code>pub fn <a href='#method.local_minus_utc' class='fnname'>local_minus_utc</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#89-91' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Returns the number of seconds to add to convert from UTC to the local time.</p>
|
||
</div><h4 id='method.utc_minus_local' class="method"><span id='utc_minus_local.v' class='invisible'><code>pub fn <a href='#method.utc_minus_local' class='fnname'>utc_minus_local</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#94-96' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Returns the number of seconds to add to convert from the local time to UTC.</p>
|
||
</div></div>
|
||
<h2 id='implementations' class='small-section-header'>
|
||
Trait Implementations<a href='#implementations' class='anchor'></a>
|
||
</h2>
|
||
<h3 id='impl-PartialEq' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-PartialEq' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.eq' class="method"><span id='eq.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&self, __arg_0: &<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
|
||
</div><h4 id='method.ne' class="method"><span id='ne.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&self, __arg_0: &<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>This method tests for <code>!=</code>.</p>
|
||
</div></div><h3 id='impl-Eq' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-Eq' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'></div><h3 id='impl-Hash' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-Hash' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.hash' class="method"><span id='hash.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash' class='fnname'>hash</a><__H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>>(&self, __arg_0: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>__H)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Feeds this value into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
|
||
</div><h4 id='method.hash_slice' class="method"><span id='hash_slice.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice' class='fnname'>hash_slice</a><H>(data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>H) <span class="where fmt-newline">where<br> H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>, </span></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.3.0'>1.3.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#202-208' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
|
||
</div></div><h3 id='impl-Copy' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-Copy' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'></div><h3 id='impl-Clone' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-Clone' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#22' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
||
</div><h4 id='method.clone_from' class="method"><span id='clone_from.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#112-114' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
||
</div></div><h3 id='impl-TimeZone' class='impl'><span class='in-band'><code>impl <a class="trait" href="../../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-TimeZone' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#99-113' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Offset' class="type"><span id='Offset.t' class='invisible'><code>type <a href='../../chrono/offset/trait.TimeZone.html#associatedtype.Offset' class="type">Offset</a> = <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code></span></h4>
|
||
<div class='docblock'><p>An associated offset type. This type is used to store the actual offset in date and time types. The original <code>TimeZone</code> value can be recovered via <code>TimeZone::from_offset</code>. <a href="../../chrono/offset/trait.TimeZone.html#associatedtype.Offset">Read more</a></p>
|
||
</div><h4 id='method.from_offset' class="method"><span id='from_offset.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#tymethod.from_offset' class='fnname'>from_offset</a>(offset: &<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#102' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Reconstructs the time zone from the offset.</p>
|
||
</div><h4 id='method.offset_from_local_date' class="method"><span id='offset_from_local_date.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#tymethod.offset_from_local_date' class='fnname'>offset_from_local_date</a>(&self, _local: &<a class="struct" href="../../chrono/naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#104-106' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Creates the offset(s) for given local <code>NaiveDate</code> if possible.</p>
|
||
</div><h4 id='method.offset_from_local_datetime' class="method"><span id='offset_from_local_datetime.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#tymethod.offset_from_local_datetime' class='fnname'>offset_from_local_datetime</a>(<br> &self, <br> _local: &<a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a><br>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#107-109' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Creates the offset(s) for given local <code>NaiveDateTime</code> if possible.</p>
|
||
</div><h4 id='method.offset_from_utc_date' class="method"><span id='offset_from_utc_date.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#tymethod.offset_from_utc_date' class='fnname'>offset_from_utc_date</a>(&self, _utc: &<a class="struct" href="../../chrono/naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a>) -> <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#111' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Creates the offset for given UTC <code>NaiveDate</code>. This cannot fail.</p>
|
||
</div><h4 id='method.offset_from_utc_datetime' class="method"><span id='offset_from_utc_datetime.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#tymethod.offset_from_utc_datetime' class='fnname'>offset_from_utc_datetime</a>(&self, _utc: &<a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a>) -> <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#112' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Creates the offset for given UTC <code>NaiveDateTime</code>. This cannot fail.</p>
|
||
</div><h4 id='method.ymd' class="method"><span id='ymd.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.ymd' class='fnname'>ymd</a>(&self, year: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, month: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, day: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Self></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#185-187' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>Date</code> from year, month, day and the current time zone. This assumes the proleptic Gregorian calendar, with the year 0 being 1 BCE. <a href="../../chrono/offset/trait.TimeZone.html#method.ymd">Read more</a></p>
|
||
</div><h4 id='method.ymd_opt' class="method"><span id='ymd_opt.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.ymd_opt' class='fnname'>ymd_opt</a>(&self, year: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, month: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, day: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Self>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#205-210' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>Date</code> from year, month, day and the current time zone. This assumes the proleptic Gregorian calendar, with the year 0 being 1 BCE. <a href="../../chrono/offset/trait.TimeZone.html#method.ymd_opt">Read more</a></p>
|
||
</div><h4 id='method.yo' class="method"><span id='yo.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.yo' class='fnname'>yo</a>(&self, year: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, ordinal: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Self></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#227-229' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>Date</code> from year, day of year (DOY or "ordinal") and the current time zone. This assumes the proleptic Gregorian calendar, with the year 0 being 1 BCE. <a href="../../chrono/offset/trait.TimeZone.html#method.yo">Read more</a></p>
|
||
</div><h4 id='method.yo_opt' class="method"><span id='yo_opt.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.yo_opt' class='fnname'>yo_opt</a>(&self, year: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, ordinal: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Self>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#238-243' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>Date</code> from year, day of year (DOY or "ordinal") and the current time zone. This assumes the proleptic Gregorian calendar, with the year 0 being 1 BCE. <a href="../../chrono/offset/trait.TimeZone.html#method.yo_opt">Read more</a></p>
|
||
</div><h4 id='method.isoywd' class="method"><span id='isoywd.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.isoywd' class='fnname'>isoywd</a>(&self, year: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, week: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, weekday: <a class="enum" href="../../chrono/enum.Weekday.html" title="enum chrono::Weekday">Weekday</a>) -> <a class="struct" href="../../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Self></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#262-264' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>Date</code> from ISO week date (year and week number), day of the week (DOW) and the current time zone. This assumes the proleptic Gregorian calendar, with the year 0 being 1 BCE. The resulting <code>Date</code> may have a different year from the input year. <a href="../../chrono/offset/trait.TimeZone.html#method.isoywd">Read more</a></p>
|
||
</div><h4 id='method.isoywd_opt' class="method"><span id='isoywd_opt.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.isoywd_opt' class='fnname'>isoywd_opt</a>(<br> &self, <br> year: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br> week: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> weekday: <a class="enum" href="../../chrono/enum.Weekday.html" title="enum chrono::Weekday">Weekday</a><br>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Self>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#275-280' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>Date</code> from ISO week date (year and week number), day of the week (DOW) and the current time zone. This assumes the proleptic Gregorian calendar, with the year 0 being 1 BCE. The resulting <code>Date</code> may have a different year from the input year. <a href="../../chrono/offset/trait.TimeZone.html#method.isoywd_opt">Read more</a></p>
|
||
</div><h4 id='method.timestamp' class="method"><span id='timestamp.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.timestamp' class='fnname'>timestamp</a>(&self, secs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>, nsecs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Self></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#296-298' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>DateTime</code> from the number of non-leap seconds since January 1, 1970 0:00:00 UTC (aka "UNIX timestamp") and the number of nanoseconds since the last whole non-leap second. <a href="../../chrono/offset/trait.TimeZone.html#method.timestamp">Read more</a></p>
|
||
</div><h4 id='method.timestamp_opt' class="method"><span id='timestamp_opt.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.timestamp_opt' class='fnname'>timestamp_opt</a>(&self, secs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>, nsecs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Self>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#306-311' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>DateTime</code> from the number of non-leap seconds since January 1, 1970 0:00:00 UTC (aka "UNIX timestamp") and the number of nanoseconds since the last whole non-leap second. <a href="../../chrono/offset/trait.TimeZone.html#method.timestamp_opt">Read more</a></p>
|
||
</div><h4 id='method.timestamp_millis' class="method"><span id='timestamp_millis.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.timestamp_millis' class='fnname'>timestamp_millis</a>(&self, millis: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Self></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#326-328' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>DateTime</code> from the number of non-leap milliseconds since January 1, 1970 0:00:00 UTC (aka "UNIX timestamp"). <a href="../../chrono/offset/trait.TimeZone.html#method.timestamp_millis">Read more</a></p>
|
||
</div><h4 id='method.timestamp_millis_opt' class="method"><span id='timestamp_millis_opt.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.timestamp_millis_opt' class='fnname'>timestamp_millis_opt</a>(&self, millis: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Self>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#347-350' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Makes a new <code>DateTime</code> from the number of non-leap milliseconds since January 1, 1970 0:00:00 UTC (aka "UNIX timestamp"). <a href="../../chrono/offset/trait.TimeZone.html#method.timestamp_millis_opt">Read more</a></p>
|
||
</div><h4 id='method.datetime_from_str' class="method"><span id='datetime_from_str.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.datetime_from_str' class='fnname'>datetime_from_str</a>(&self, s: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, fmt: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="type" href="../../chrono/format/type.ParseResult.html" title="type chrono::format::ParseResult">ParseResult</a><<a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Self>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#362-366' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Parses a string with the specified format string and returns a <code>DateTime</code> with the current offset. See the <code>format::strftime</code> module on the supported escape sequences. <a href="../../chrono/offset/trait.TimeZone.html#method.datetime_from_str">Read more</a></p>
|
||
</div><h4 id='method.from_local_date' class="method"><span id='from_local_date.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.from_local_date' class='fnname'>from_local_date</a>(&self, local: &<a class="struct" href="../../chrono/naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Self>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#378-383' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Converts the local <code>NaiveDate</code> to the timezone-aware <code>Date</code> if possible.</p>
|
||
</div><h4 id='method.from_local_datetime' class="method"><span id='from_local_datetime.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.from_local_datetime' class='fnname'>from_local_datetime</a>(<br> &self, <br> local: &<a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a><br>) -> <a class="enum" href="../../chrono/offset/enum.LocalResult.html" title="enum chrono::offset::LocalResult">LocalResult</a><<a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Self>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#386-390' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Converts the local <code>NaiveDateTime</code> to the timezone-aware <code>DateTime</code> if possible.</p>
|
||
</div><h4 id='method.from_utc_date' class="method"><span id='from_utc_date.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.from_utc_date' class='fnname'>from_utc_date</a>(&self, utc: &<a class="struct" href="../../chrono/naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a>) -> <a class="struct" href="../../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Self></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#400-402' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Converts the UTC <code>NaiveDate</code> to the local time. The UTC is continuous and thus this cannot fail (but can give the duplicate local time). <a href="../../chrono/offset/trait.TimeZone.html#method.from_utc_date">Read more</a></p>
|
||
</div><h4 id='method.from_utc_datetime' class="method"><span id='from_utc_datetime.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.TimeZone.html#method.from_utc_datetime' class='fnname'>from_utc_datetime</a>(&self, utc: &<a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a>) -> <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Self></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/mod.rs.html#406-408' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Converts the UTC <code>NaiveDateTime</code> to the local time. The UTC is continuous and thus this cannot fail (but can give the duplicate local time). <a href="../../chrono/offset/trait.TimeZone.html#method.from_utc_datetime">Read more</a></p>
|
||
</div></div><h3 id='impl-Offset' class='impl'><span class='in-band'><code>impl <a class="trait" href="../../chrono/offset/trait.Offset.html" title="trait chrono::offset::Offset">Offset</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-Offset' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#115-117' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.fix' class="method"><span id='fix.v' class='invisible'><code>fn <a href='../../chrono/offset/trait.Offset.html#tymethod.fix' class='fnname'>fix</a>(&self) -> <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#116' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Returns the fixed offset from UTC to the local time stored.</p>
|
||
</div></div><h3 id='impl-Debug' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-Debug' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#119-131' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.fmt' class="method"><span id='fmt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#120-130' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
|
||
</div></div><h3 id='impl-Display' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a></code><a href='#impl-Display' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#133-135' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='method.fmt-1' class="method"><span id='fmt.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#134' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></p>
|
||
</div></div><h3 id='impl-Add%3CFixedOffset%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>> for <a class="struct" href="../../chrono/naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a></code><a href='#impl-Add%3CFixedOffset%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#151-158' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output' class="type"><span id='Output.t' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../chrono/naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add' class="method"><span id='add.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, rhs: <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="struct" href="../../chrono/naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#155-157' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CFixedOffset%3E' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>> for <a class="struct" href="../../chrono/naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a></code><a href='#impl-Sub%3CFixedOffset%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#160-167' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-1' class="type"><span id='Output.t-1' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../chrono/naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub' class="method"><span id='sub.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, rhs: <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="struct" href="../../chrono/naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#164-166' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CFixedOffset%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>> for <a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a></code><a href='#impl-Add%3CFixedOffset%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#169-176' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-2' class="type"><span id='Output.t-2' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-1' class="method"><span id='add.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, rhs: <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#173-175' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CFixedOffset%3E-1' class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>> for <a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a></code><a href='#impl-Sub%3CFixedOffset%3E-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#178-185' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-3' class="type"><span id='Output.t-3' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-1' class="method"><span id='sub.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, rhs: <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="struct" href="../../chrono/naive/struct.NaiveDateTime.html" title="struct chrono::naive::NaiveDateTime">NaiveDateTime</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#182-184' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div><h3 id='impl-Add%3CFixedOffset%3E-2' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>> for <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code><a href='#impl-Add%3CFixedOffset%3E-2' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#187-194' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-4' class="type"><span id='Output.t-4' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
||
</div><h4 id='method.add-2' class="method"><span id='add.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, rhs: <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#191-193' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
||
</div></div><h3 id='impl-Sub%3CFixedOffset%3E-2' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>> for <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code><a href='#impl-Sub%3CFixedOffset%3E-2' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#196-203' title='goto source code'>[src]</a></span></h3>
|
||
<div class='impl-items'><h4 id='associatedtype.Output-5' class="type"><span id='Output.t-5' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code></span></h4>
|
||
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
||
</div><h4 id='method.sub-2' class="method"><span id='sub.v-2' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, rhs: <a class="struct" href="../../chrono/offset/struct.FixedOffset.html" title="struct chrono::offset::FixedOffset">FixedOffset</a>) -> <a class="struct" href="../../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/chrono/offset/fixed.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
||
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
||
</div></div></section>
|
||
<section id='search' class="content hidden"></section>
|
||
|
||
<section class="footer"></section>
|
||
|
||
<aside id="help" class="hidden">
|
||
<div>
|
||
<h1 class="hidden">Help</h1>
|
||
|
||
<div class="shortcuts">
|
||
<h2>Keyboard Shortcuts</h2>
|
||
|
||
<dl>
|
||
<dt><kbd>?</kbd></dt>
|
||
<dd>Show this help dialog</dd>
|
||
<dt><kbd>S</kbd></dt>
|
||
<dd>Focus the search field</dd>
|
||
<dt><kbd>↑</kbd></dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt><kbd>↓</kbd></dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt><kbd>↹</kbd></dt>
|
||
<dd>Switch tab</dd>
|
||
<dt><kbd>⏎</kbd></dt>
|
||
<dd>Go to active search result</dd>
|
||
<dt><kbd>+</kbd></dt>
|
||
<dd>Expand all sections</dd>
|
||
<dt><kbd>-</kbd></dt>
|
||
<dd>Collapse all sections</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../../";
|
||
window.currentCrate = "chrono";
|
||
</script>
|
||
<script src="../../main.js"></script>
|
||
<script defer src="../../search-index.js"></script>
|
||
</body>
|
||
</html> |