<legend id='fqxyz'><style id='fqxyz'><dir id='fqxyz'><q id='fqxyz'></q></dir></style></legend>

        <bdo id='fqxyz'></bdo><ul id='fqxyz'></ul>
      <tfoot id='fqxyz'></tfoot>
    1. <i id='fqxyz'><tr id='fqxyz'><dt id='fqxyz'><q id='fqxyz'><span id='fqxyz'><b id='fqxyz'><form id='fqxyz'><ins id='fqxyz'></ins><ul id='fqxyz'></ul><sub id='fqxyz'></sub></form><legend id='fqxyz'></legend><bdo id='fqxyz'><pre id='fqxyz'><center id='fqxyz'></center></pre></bdo></b><th id='fqxyz'></th></span></q></dt></tr></i><div id='fqxyz'><tfoot id='fqxyz'></tfoot><dl id='fqxyz'><fieldset id='fqxyz'></fieldset></dl></div>

      1. <small id='fqxyz'></small><noframes id='fqxyz'>

        是否可以将日期时间保存到 DynamoDB?

        时间:2023-07-05

        <small id='Av8jc'></small><noframes id='Av8jc'>

              <bdo id='Av8jc'></bdo><ul id='Av8jc'></ul>
                <tbody id='Av8jc'></tbody>
            • <i id='Av8jc'><tr id='Av8jc'><dt id='Av8jc'><q id='Av8jc'><span id='Av8jc'><b id='Av8jc'><form id='Av8jc'><ins id='Av8jc'></ins><ul id='Av8jc'></ul><sub id='Av8jc'></sub></form><legend id='Av8jc'></legend><bdo id='Av8jc'><pre id='Av8jc'><center id='Av8jc'></center></pre></bdo></b><th id='Av8jc'></th></span></q></dt></tr></i><div id='Av8jc'><tfoot id='Av8jc'></tfoot><dl id='Av8jc'><fieldset id='Av8jc'></fieldset></dl></div>
              <legend id='Av8jc'><style id='Av8jc'><dir id='Av8jc'><q id='Av8jc'></q></dir></style></legend>
                • <tfoot id='Av8jc'></tfoot>

                  本文介绍了是否可以将日期时间保存到 DynamoDB?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有下一个代码:

                  users_table = Table(users_table_name, connection=Core.aws_dynamodb_connection)
                  users_table.put_item(data={
                    "login": login,
                    "password": hashlib.sha256(password.encode("utf-8")).hexdigest(),
                    "profile": profile,
                    "registration_date": datetime.now() # PROBLEM IS HERE
                  })
                  

                  但是当我运行它时,它失败并出现错误:

                  But when I run it, it fails with error:

                  TypeError:值2015-01-12 05:02:57.053131"的不支持类型< type 'datetime.datetime'>"

                  TypeError: Unsupported type "< type 'datetime.datetime' >" for value "2015-01-12 05:02:57.053131"

                  我尝试了很多方法,但似乎无法将 datetime 保存到 DynamoDB.顺便说一句,它在 MongoDB 中运行良好.

                  I've tried a lot of ways, but it seems that it isn't possible to save datetime to DynamoDB. Btw it works fine in MongoDB.

                  有什么解决办法吗?

                  推荐答案

                  好的,我看到 DynamoDB 不支持任何日期类型.所以唯一的解决方案是使用类unix的时间作为整数,或者将日期保存为字符串.

                  Okay, I see that DynamoDB does not support any date types. So the only solution is to use unix-like time as integer, or save date as string.

                  这篇关于是否可以将日期时间保存到 DynamoDB?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何通过流从 dynamodb 推送数据 下一篇:使用 Boto 在 Amazon DynamoDB 中进行分页

                  相关文章

                  <i id='WZm5d'><tr id='WZm5d'><dt id='WZm5d'><q id='WZm5d'><span id='WZm5d'><b id='WZm5d'><form id='WZm5d'><ins id='WZm5d'></ins><ul id='WZm5d'></ul><sub id='WZm5d'></sub></form><legend id='WZm5d'></legend><bdo id='WZm5d'><pre id='WZm5d'><center id='WZm5d'></center></pre></bdo></b><th id='WZm5d'></th></span></q></dt></tr></i><div id='WZm5d'><tfoot id='WZm5d'></tfoot><dl id='WZm5d'><fieldset id='WZm5d'></fieldset></dl></div>
                  1. <tfoot id='WZm5d'></tfoot>
                      <bdo id='WZm5d'></bdo><ul id='WZm5d'></ul>

                    1. <small id='WZm5d'></small><noframes id='WZm5d'>

                      <legend id='WZm5d'><style id='WZm5d'><dir id='WZm5d'><q id='WZm5d'></q></dir></style></legend>