並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 19 件 / 19件

新着順 人気順

Dateの検索結果1 - 19 件 / 19件

  • 新たなJavaScript日付操作ライブラリ「Tempo」登場 ー ネイティブなDateと直接連携、小さく、速く、使いやすく

    先日リリースされた「[Tempo](https://tempo.formkit.com/)」が、全く新しいJavaScriptの日付/時刻ライブラリとして非常に注目を集めている。 先日リリースされた「Tempo」が、全く新しいJavaScriptの日付/時刻ライブラリとして非常に注目を集めている。 JavaScriptの日付ライブラリにはmoment.js、day.js、date-fnsなどがあるが、これらと異なるのは、ネイティブのDateオブジェクトを直接対象としていることである。 従来の日付ライブラリは、独自の日付プリミティブを提供することが一般的であったが、TempoではネイティブのJavaScript Dateオブジェクトと直接連携し、Intl.DateTimeFormatを活用することで、タイムゾーンやロケールのファーストクラスサポートを提供するだけでなく、ライブラリのサイズ削減

      新たなJavaScript日付操作ライブラリ「Tempo」登場 ー ネイティブなDateと直接連携、小さく、速く、使いやすく
    • input type=“date” の沼から、ライブラリを導入する意義を考える - Mirrativ Tech Blog

      はじめまして!2023年7月からミラティブでフロントエンドインターンをしております、かずえもんと申します😺 今回は、インターンでの作業中にハマってしまった Safari のバグについて調査していたら、なんと10年モノの issue だったことが判明し、ライブラリを導入する意義について考える機会となった話を書いてみたいと思います。 Safari の日付入力欄に無効な日付を入れると起こるバグ onChange が正しく呼ばれないのは Safari が原因? Safari 17 以降で再現しないので原因は Safari で間違いなさそう Safari 17 以前での解決方法として DatePicker を使ってみる まとめ: ネイティブを補う存在としてのライブラリ We're Hiring!! Safari の日付入力欄に無効な日付を入れると起こるバグ 2023年8月、私はミラティブの管理シス

        input type=“date” の沼から、ライブラリを導入する意義を考える - Mirrativ Tech Blog
      • Introducing Meta Llama 3: The most capable openly available LLM to date

        Today, we’re introducing Meta Llama 3, the next generation of our state-of-the-art open source large language model.Llama 3 models will soon be available on AWS, Databricks, Google Cloud, Hugging Face, Kaggle, IBM WatsonX, Microsoft Azure, NVIDIA NIM, and Snowflake, and with support from hardware platforms offered by AMD, AWS, Dell, Intel, NVIDIA, and Qualcomm.We’re dedicated to developing Llama 3

          Introducing Meta Llama 3: The most capable openly available LLM to date
        • High-precision date/time in SQLite

          While SQLite provides a certain number of date functions, I wanted something more. So I've created sqlean-time — a high-precision date/time extension with a structured API and a rich set of functions. Note. Adding extensions to SQLite is a breeze. Download a file, run one database command — and you are good to go. Concepts • Creating values • Extracting fields • Unix time • Time comparison • Time

            High-precision date/time in SQLite
          • Introducing Llama 3.1: Our most capable models to date

            Meta is committed to openly accessible AI. Read Mark Zuckerberg’s letter detailing why open source is good for developers, good for Meta, and good for the world.Bringing open intelligence to all, our latest models expand context length to 128K, add support across eight languages, and include Llama 3.1 405B—the first frontier-level open source AI model.Llama 3.1 405B is in a class of its own, with

              Introducing Llama 3.1: Our most capable models to date
            • 2023-12-23のJS: date-fns 3.0.0、Firefox 121、React Aria Components 1.0.0、Catalyst

              JSer.info #674 - date-fns v3.0.0がリリースされました。 Release v3.0.0 · date-fns/date-fns ESMとCJSのdual pacakgeに変更、それぞれのファイルはnamed exportするように変更されています。 また、TypeScriptの型を改善に合わせて、引数の数のRuntime Checkを無くしてType Checkのみに変更されています。 そのほかには、intervalオプションの負数をサポート、IEのサポートを終了などの変更も含まれています。 Firefox 121がリリースされました。 Firefox 121.0, See All New Features, Updates and Fixes Firefox 121 for developers - Mozilla | MDN <iframe loading

                2023-12-23のJS: date-fns 3.0.0、Firefox 121、React Aria Components 1.0.0、Catalyst
              • RFC 9557: Date and Time on the Internet: Timestamps with Additional Information

                RFC 9557 Date and Time on the Internet: Timestamps with Additional Information Abstract This document defines an extension to the timestamp format defined in RFC 3339 for representing additional information, including a time zone.¶ It updates RFC 3339 in the specific interpretation of the local offset Z, which is no longer understood to "imply that UTC is the preferred reference point for the spec

                • GitHub - BurntSushi/jiff: A date-time library for Rust that encourages you to jump into the pit of success.

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - BurntSushi/jiff: A date-time library for Rust that encourages you to jump into the pit of success.
                  • RFC 9557: RFC 3339 拡張日付時刻形式 Internet Extended Date/Time Format (IXDTF)

                    背景 2023年10月に RFC 3339 を拡張する新たな日付時刻形式を定める RFC 9557: Date and Time on the Internet: Timestamps with additional information が IESG によって承認されました。 これは TC39 で標準化が進められている ECMAScript Temporal において、生成する文字列形式にタイムゾーンなどの追加情報を入れたいという話が発端となっています。その後 IETF SEDATE で標準化作業が進行し Java SE 8 DateTimeFormatter の ISO_ZONED_DATE_TIME が生成する ISO 8601 の独自拡張形式と互換性を持つ形で定義されました。 インターネットにおける日付時刻形式 インターネットにおいて用いられる日付時刻形式は、伝統的な RFC 9

                      RFC 9557: RFC 3339 拡張日付時刻形式 Internet Extended Date/Time Format (IXDTF)
                    • Max Fennell on Instagram: "Probably one of my wildest hunting trips to date. I bumped into a herd of elk that have adopted a donkey. I can’t get over seeing it and I’m amazed that the donkey looks happy and healthy!"

                      166K likes, 3,851 comments - maxfennell on March 31, 2024: "Probably one of my wildest hunting trips to date. I bumped into a herd of elk that have adopted a donkey. I can’t get over seeing it and I’m amazed that the donkey looks happy and healthy!".

                        Max Fennell on Instagram: "Probably one of my wildest hunting trips to date. I bumped into a herd of elk that have adopted a donkey. I can’t get over seeing it and I’m amazed that the donkey looks happy and healthy!"
                      • Simon_Sin @Simon_Sin スポニチ、記事をサイレント修正してるな。 読売テレビ社長の発言「松本さんと女性側が番組内で直接対話する」を「それぞれ番組に出てもらえるならば」に書き換えてる。 修正するなら「hh時mm分、会話内容を修正」みたいに修正コメントを残してもらわないと困る https://news.yahoo.co.jp/articles/4fdba808f78550a225071d1e1c67dd002eaa23ce?source=sns&dv=pc&mid=other&date=2

                        • Ubuntu 24.04 Release Date Set for April 25, 2024 - OMG! Ubuntu

                            Ubuntu 24.04 Release Date Set for April 25, 2024 - OMG! Ubuntu
                          • 【男性禁止】死神と甘く切ない時間を―『A Date with Death』で禁断の恋を楽しもう!」Steamにて無料で配信 : 毎日の時事ネタ・ニュース

                            自身の魂を狙ってくる死神とデートするビジュアルノベルゲーム『A Date with Death』が12月8日よりSteamにて無料で配信された。 ある日、自身のパソコンに突如謎のプログラムが現れ、死神を名乗る人物があなたの魂を奪いに来たと言ってくる。死神と名乗る謎の男の正体を探っていくうちに、運命がふたりを引き合わせたのは何か理由があるのではないかと思い始めていく。彼の魅力に抗うことはできるのか、それとも魂を奪われる運命の相手に落ちてしまうのか。 本作では、死神の「Grim Reaper」とチャットを介して話すことになる。時折煽ってあげると可愛い反応を示してくれるようだ。選択肢を選んで会話を続けて行くと、ビデオ通話を繋げてくれるようになる。 本作はキャラクタークリエイト機能が豊富にあり、自身の見た目、部屋の内装、飼っているペットなどを変更することができる。自分のプロフィールはかなり精密にカ

                              【男性禁止】死神と甘く切ない時間を―『A Date with Death』で禁断の恋を楽しもう!」Steamにて無料で配信 : 毎日の時事ネタ・ニュース
                            • [JavaScript]Date.parseの挙動の違いをブラウザ毎に調べてみた - Qiita

                              下記の調査対象の日付を確認し、返り値がNaNではない場合、返り値をもとに日付を作成してDate.parseの引数とどのような違いがあるか確認します。 調査対象の日付 存在する日付(2023年2月10日) 存在しない日付(2023年2月99日) 特定の月には存在しない日付(2023年2月31日) 閏日(2024年2月29日) 調査対象のブラウザはそれぞれ使われているJSエンジンが異なる、Chrome、Safari、Firefoxを対象とします。 存在する日付の場合(2023年2月9日) // Chromeの場合 console.log(Date.parse('2023-02-09T00:00:00.000+0900')) // 1675868400000 console.log(new Date(1675868400000)) // Thu Feb 09 2023 00:00:00 GMT+

                                [JavaScript]Date.parseの挙動の違いをブラウザ毎に調べてみた - Qiita
                              • GitHub - vercel/little-date: A friendly formatter to make date ranges small & sweet

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - vercel/little-date: A friendly formatter to make date ranges small & sweet
                                • DaTe Cafe O’rder の宮城風芋煮セット@仙台 - ちこ丸の庶民派生活2

                                  朝早くから営業している駅構内の和カフェで、芋煮とおにぎりを食べてきました。 ホテルで朝食は付けなかったので、ふらふらと仙台駅 2階へ。目指すは、早朝(7:15~)から営業している和カフェDaTe Cafe O'rder(だて かふぇ おーだー)です。 開店直後だからでしょうか、ショーケースにずらりと並ぶおにぎりたち。 人気№1のポップに惹かれ「豆次郎」を芋煮セット(720円)でオーダー。 芋煮のチョイスは宮城風(豚肉の味噌仕立て)で。 支払いを済ませるとレシートで番号が渡され、カフェスペースで待ちます。 思っていたよりも大きいお椀には 里芋でしょ、大根でしょ、牛蒡でしょ、シメジでしょ、それから蒟蒻や麩、豆腐も。もちろん豚肉も。具材がごろごろ、ごろごろ。 限りなく汁物寄りの煮物で、お味噌の味が際立っています。身体に浸みるわー おにぎりの豆次郎はほんのりと温かい♪ 枝豆やら、油揚げやら、ひじき

                                    DaTe Cafe O’rder の宮城風芋煮セット@仙台 - ちこ丸の庶民派生活2
                                  • ESLint で Date オブジェクトの使用を禁止する - Qiita

                                    new Date() と Date.parse() だけを禁止したい場合は amzn/eslint-plugin-no-date-parsing などが使えますが、 Date オブジェクトに生えている全てのメソッドも禁止したい場合は、以下のようなルールを書くことで実現できます。 (ESLint Flat Config を使う場合は適宜読み替えてください。) { "rules": { "no-restricted-syntax": [ "error", { "selector": "NewExpression[callee.name='Date']", "message": "Use dayjs instead." }, { "selector": "CallExpression[callee.object.name='Date']", "message": "Use dayjs inste

                                      ESLint で Date オブジェクトの使用を禁止する - Qiita
                                    • Friday Facts #418 - Space Age release date | Factorio

                                      Hello, Today we want to share some exciting news! Factorio: Space Age - Release date We plan to release Factorio: Space Age expansion on October 21st 2024. The reasoning for this date is that it will give us enough time after summer vacations to polish the release, while also leaving enough time afterwards if we need to do bugfix patches before the Christmas holidays. The price of the Space age ex

                                        Friday Facts #418 - Space Age release date | Factorio
                                      • Amazon S3 server access logging now supports automatic date-based partitioning

                                        Amazon S3 server access logging now supports automatic date-based partitioning for log delivery. Amazon S3 server access logging provides detailed records for requests made to your S3 buckets including object size, total time, turn-around time, HTTP referer, and more. Now, with date-based partitioning, Amazon S3 automatically generates either event time or delivery time prefixes when delivering ac

                                          Amazon S3 server access logging now supports automatic date-based partitioning
                                        1