<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:59:47 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CXX-626] Provide support to construct b_date from std::chrono::time_point</title>
                <link>https://jira.mongodb.org/browse/CXX-626</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;See TODO in create.cpp&lt;/p&gt;</description>
                <environment></environment>
        <key id="215629">CXX-626</key>
            <summary>Provide support to construct b_date from std::chrono::time_point</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="adam.midvidy">Adam Midvidy</assignee>
                                    <reporter username="andrew.morrow@mongodb.com">Andrew Morrow</reporter>
                        <labels>
                    </labels>
                <created>Wed, 8 Jul 2015 17:08:30 +0000</created>
                <updated>Mon, 11 Jan 2016 22:35:11 +0000</updated>
                            <resolved>Thu, 8 Oct 2015 16:36:01 +0000</resolved>
                                                    <fixVersion>3.0.0-rc0</fixVersion>
                                    <component>BSON</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1055585" author="adam.midvidy" created="Thu, 8 Oct 2015 16:36:01 +0000"  >&lt;p&gt;Thanks again &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=oferei&quot; class=&quot;user-hover&quot; rel=&quot;oferei&quot;&gt;oferei&lt;/a&gt;!!&lt;/p&gt;</comment>
                            <comment id="1055584" author="xgen-internal-githook" created="Thu, 8 Oct 2015 16:35:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;oferei&apos;, u&apos;name&apos;: u&apos;Ofer Reichman&apos;, u&apos;email&apos;: u&apos;oferei@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-626&quot; title=&quot;Provide support to construct b_date from std::chrono::time_point&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-626&quot;&gt;&lt;del&gt;CXX-626&lt;/del&gt;&lt;/a&gt;: Added conversion between b_date and std::chrono::system_clock::time_point.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/718fcb4190894a45b8b9124e54c762ba3d3b9be3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/718fcb4190894a45b8b9124e54c762ba3d3b9be3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1055447" author="oferei" created="Thu, 8 Oct 2015 15:38:10 +0000"  >&lt;p&gt;Ok, see pull request 322.&lt;br/&gt;
1. added constructor from std::chrono::system_clock::time_point.&lt;br/&gt;
2. added cast operator to std::chrono::system_clock::time_point.&lt;br/&gt;
3. added a couple of tests.&lt;/p&gt;

&lt;p&gt;I&apos;m new to the project, so please review code and test.&lt;br/&gt;
notice that I added support for only system_clock::time_point - not any time_point. I think it should be enough.&lt;/p&gt;</comment>
                            <comment id="1055438" author="adam.midvidy" created="Thu, 8 Oct 2015 15:32:12 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/pull/322&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/pull/322&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1053846" author="adam.midvidy" created="Wed, 7 Oct 2015 14:34:13 +0000"  >&lt;p&gt;Ofer, I think that looks basically correct. The main verification would be to write a test converting a time_point to a b_date and back and checking that the two time_points match.&lt;/p&gt;</comment>
                            <comment id="1045974" author="oferei" created="Tue, 29 Sep 2015 11:52:34 +0000"  >&lt;p&gt;Does this method seem correct?&lt;br/&gt;
&lt;a href=&quot;https://groups.google.com/d/msg/mongodb-user/kHSRXx1SiMA/0B6BITAmAgAJ&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://groups.google.com/d/msg/mongodb-user/kHSRXx1SiMA/0B6BITAmAgAJ&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>CXX-668</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hreo2n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="688">Platform A (10/09/15)</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>