@@ -13,7 +13,7 @@ use chrono::{DateTime, FixedOffset, Local, NaiveDate, NaiveDateTime, NaiveTime,
1313#[ cfg( feature = "with-time" ) ]
1414use time:: { OffsetDateTime , PrimitiveDateTime } ;
1515
16- #[ cfg( feature = "with-juff " ) ]
16+ #[ cfg( feature = "with-jiff " ) ]
1717use jiff:: { Timestamp , Zoned } ;
1818
1919#[ cfg( feature = "with-rust_decimal" ) ]
@@ -65,8 +65,8 @@ pub mod time_format;
6565#[ cfg_attr( docsrs, doc( cfg( feature = "with-time" ) ) ) ]
6666mod with_time;
6767
68- #[ cfg( feature = "with-juff " ) ]
69- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
68+ #[ cfg( feature = "with-jiff " ) ]
69+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
7070pub ( crate ) mod with_jiff;
7171
7272#[ cfg( feature = "with-rust_decimal" ) ]
@@ -159,24 +159,24 @@ pub enum ArrayType {
159159 #[ cfg_attr( docsrs, doc( cfg( feature = "with-time" ) ) ) ]
160160 TimeDateTimeWithTimeZone ,
161161
162- #[ cfg( feature = "with-juff " ) ]
163- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
162+ #[ cfg( feature = "with-jiff " ) ]
163+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
164164 JiffDate ,
165165
166- #[ cfg( feature = "with-juff " ) ]
167- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
166+ #[ cfg( feature = "with-jiff " ) ]
167+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
168168 JiffTime ,
169169
170- #[ cfg( feature = "with-juff " ) ]
171- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
170+ #[ cfg( feature = "with-jiff " ) ]
171+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
172172 JiffDateTime ,
173173
174- #[ cfg( feature = "with-juff " ) ]
175- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
174+ #[ cfg( feature = "with-jiff " ) ]
175+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
176176 JiffTimestamp ,
177177
178- #[ cfg( feature = "with-juff " ) ]
179- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
178+ #[ cfg( feature = "with-jiff " ) ]
179+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
180180 JiffZoned ,
181181
182182 #[ cfg( feature = "with-uuid" ) ]
@@ -270,24 +270,24 @@ pub enum Value {
270270 #[ cfg_attr( docsrs, doc( cfg( feature = "with-time" ) ) ) ]
271271 TimeDateTimeWithTimeZone ( Option < OffsetDateTime > ) ,
272272
273- #[ cfg( feature = "with-juff " ) ]
274- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
273+ #[ cfg( feature = "with-jiff " ) ]
274+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
275275 JiffDate ( Option < jiff:: civil:: Date > ) ,
276276
277- #[ cfg( feature = "with-juff " ) ]
278- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
277+ #[ cfg( feature = "with-jiff " ) ]
278+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
279279 JiffTime ( Option < jiff:: civil:: Time > ) ,
280280
281- #[ cfg( feature = "with-juff " ) ]
282- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
281+ #[ cfg( feature = "with-jiff " ) ]
282+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
283283 JiffDateTime ( Option < jiff:: civil:: DateTime > ) ,
284284
285- #[ cfg( feature = "with-juff " ) ]
286- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
285+ #[ cfg( feature = "with-jiff " ) ]
286+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
287287 JiffTimestamp ( Option < Timestamp > ) ,
288288
289- #[ cfg( feature = "with-juff " ) ]
290- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
289+ #[ cfg( feature = "with-jiff " ) ]
290+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
291291 JiffZoned ( Option < Zoned > ) ,
292292
293293 #[ cfg( feature = "with-uuid" ) ]
@@ -421,24 +421,24 @@ impl Value {
421421 #[ cfg_attr( docsrs, doc( cfg( feature = "with-time" ) ) ) ]
422422 Self :: TimeDateTimeWithTimeZone ( _) => Self :: TimeDateTimeWithTimeZone ( None ) ,
423423
424- #[ cfg( feature = "with-juff " ) ]
425- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
424+ #[ cfg( feature = "with-jiff " ) ]
425+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
426426 Self :: JiffDate ( _) => Self :: JiffDate ( None ) ,
427427
428- #[ cfg( feature = "with-juff " ) ]
429- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
428+ #[ cfg( feature = "with-jiff " ) ]
429+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
430430 Self :: JiffTime ( _) => Self :: JiffTime ( None ) ,
431431
432- #[ cfg( feature = "with-juff " ) ]
433- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
432+ #[ cfg( feature = "with-jiff " ) ]
433+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
434434 Self :: JiffDateTime ( _) => Self :: JiffDateTime ( None ) ,
435435
436- #[ cfg( feature = "with-juff " ) ]
437- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
436+ #[ cfg( feature = "with-jiff " ) ]
437+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
438438 Self :: JiffTimestamp ( _) => Self :: JiffTimestamp ( None ) ,
439439
440- #[ cfg( feature = "with-juff " ) ]
441- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
440+ #[ cfg( feature = "with-jiff " ) ]
441+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
442442 Self :: JiffZoned ( _) => Self :: JiffZoned ( None ) ,
443443
444444 #[ cfg( feature = "with-uuid" ) ]
@@ -545,26 +545,26 @@ impl Value {
545545 Self :: TimeDateTimeWithTimeZone ( Some ( OffsetDateTime :: UNIX_EPOCH ) )
546546 }
547547
548- #[ cfg( feature = "with-juff " ) ]
549- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
548+ #[ cfg( feature = "with-jiff " ) ]
549+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
550550 Self :: JiffDate ( _) => Self :: JiffDate ( Some ( jiff:: civil:: date ( 1970 , 1 , 1 ) ) ) ,
551551
552- #[ cfg( feature = "with-juff " ) ]
553- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
552+ #[ cfg( feature = "with-jiff " ) ]
553+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
554554 Self :: JiffTime ( _) => Self :: JiffTime ( Some ( jiff:: civil:: time ( 0 , 0 , 0 , 0 ) ) ) ,
555555
556- #[ cfg( feature = "with-juff " ) ]
557- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
556+ #[ cfg( feature = "with-jiff " ) ]
557+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
558558 Self :: JiffDateTime ( _) => {
559559 Self :: JiffDateTime ( Some ( jiff:: civil:: date ( 1970 , 1 , 1 ) . at ( 0 , 0 , 0 , 0 ) ) )
560560 }
561561
562- #[ cfg( feature = "with-juff " ) ]
563- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
562+ #[ cfg( feature = "with-jiff " ) ]
563+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
564564 Self :: JiffTimestamp ( _) => Self :: JiffTimestamp ( Some ( Timestamp :: UNIX_EPOCH ) ) ,
565565
566- #[ cfg( feature = "with-juff " ) ]
567- #[ cfg_attr( docsrs, doc( cfg( feature = "with-juff " ) ) ) ]
566+ #[ cfg( feature = "with-jiff " ) ]
567+ #[ cfg_attr( docsrs, doc( cfg( feature = "with-jiff " ) ) ) ]
568568 Self :: JiffZoned ( _) => Self :: JiffZoned ( Some (
569569 Timestamp :: UNIX_EPOCH . to_zoned ( jiff:: tz:: TimeZone :: UTC ) ,
570570 ) ) ,
0 commit comments