index
:
atsign/atsign.git
master
@, a delay utility
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
datetime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
datetime: Don't forget to copy NUL chars to buffer
P. J. McDermott
2022-03-22
1
-6/+6
*
datetime: Copy time-only & misc formats to buffer
P. J. McDermott
2022-03-22
1
-3/+12
*
datetime: Move formats into another file
P. J. McDermott
2022-03-21
1
-194/+25
*
datetime: Print full weekday and month names
P. J. McDermott
2022-03-20
1
-0/+96
*
datetime: Lengthen comments
P. J. McDermott
2022-03-20
1
-46/+46
*
datetime: Add formats with "."
P. J. McDermott
2022-03-20
1
-0/+7
*
datetime: Sanity check parsing results
P. J. McDermott
2022-03-19
1
-11/+37
*
datetime: Add function to get seconds since Epoch
P. J. McDermott
2022-03-19
1
-0/+22
*
datetime: Update new _datetime_normalize() call
P. J. McDermott
2022-03-19
1
-1/+1
*
Merge branch 'feature/tests'
P. J. McDermott
2022-03-19
1
-14/+6
|
\
|
*
datetime: Get now (struct tm) from caller
P. J. McDermott
2022-03-18
1
-11/+6
|
*
datetime: Move & unify time() & localtime() calls
P. J. McDermott
2022-03-18
1
-6/+3
*
|
datetime: Try time-only formats only once
P. J. McDermott
2022-03-18
1
-1/+10
|
/
*
datetime: Collapse spaces after strftime()
P. J. McDermott
2021-09-01
1
-20/+29
*
datetime: Free fmt bufs when iterators reach end
P. J. McDermott
2021-08-31
1
-3/+19
*
datetime: Replace %d with %e in some formats
P. J. McDermott
2021-08-31
1
-12/+12
*
Add option to list supported formats
P. J. McDermott
2021-08-31
1
-8/+116
*
datetime: Find ends of arrays with sizeof()
P. J. McDermott
2021-08-31
1
-10/+12
*
datetime: Add UNIX-like date format
P. J. McDermott
2021-08-31
1
-0/+2
*
datetime: Replace goto with function calls
P. J. McDermott
2021-08-30
1
-66/+72
*
datetime: Replace unnecessary fprintf with fputs
P. J. McDermott
2021-08-30
1
-1/+1
*
datetime: Replace large list of formats
P. J. McDermott
2021-08-30
1
-13/+131
*
datetime: Support weekday-only dates
P. J. McDermott
2021-08-29
1
-2/+18
*
datetime: Init all relevant struct tm members
P. J. McDermott
2021-08-29
1
-4/+11
*
datetime: Make year optional
P. J. McDermott
2021-08-29
1
-5/+17
*
datetime: Remove debugging output
P. J. McDermott
2021-08-29
1
-5/+0
*
Move concatenation function
P. J. McDermott
2021-08-29
1
-48/+3
*
Add loop, adjust datetime_parse() param and decls
P. J. McDermott
2021-08-29
1
-16/+24
*
datetime: Minor cleanup
P. J. McDermott
2021-08-29
1
-2/+2
*
datetime: Further implement
P. J. McDermott
2021-08-29
1
-47/+68
*
datetime: WIP
P. J. McDermott
2021-08-29
1
-0/+104