-
Right now, we provide serializers that format the entities of our library as ISO 8601 strings, using `toString` and `parse` functions. However, now that `parse` and `format` can work with custom forma…
-
I have the following Hystrix fallback
public List getDataFallback(String id, LocalDate startDate, LocalDate endDate, Throwable t) {
log.warn("Could not get data");
throw new D…
-
I use kotlin 2.0.0 (+ tested on 1.9.23 same error), compose multiplatform 1.6.10, and last version of calendar 1.0.1
On android, desktop and js all working pretty fine
All error code
> Task :co…
kopoh updated
3 months ago
-
# 파일구조
controller - service(service, serviceImpl) - dto - mapper - mapper.xml - DB
## DTO 구현
### 기타사항
date, datetime, time format 필요
break 테이블의 break
break_date로 이름 변경 필요
----------------…
-
### Describe your motivation
Some applications use various specialized strings for quickly entering dates, such as `+1` or `tomorrow` for tomorrow. While we can extend the parsing formats supported b…
-
I wrote this sample code to illustrate a quite annoying phenomon during compilation:
``` java
package some.where;
import lombok.AllArgsConstructor;
import lombok.Getter;
import static some.where.Us…
-
## Compiler version
3.3.0
## Minimized code
```Scala
//> using option -Xprint:typer
import java.time.LocalDate
import mymath.given
object mymath:
export math.Ordered.given
d…
-
**[Patrik Mihalcin](https://jira.spring.io/secure/ViewProfile.jspa?name=caparzo)** opened **[DATAREST-1191](https://jira.spring.io/browse/DATAREST-1191?redirect=false)** and commented
I have `Validit…
-
```
My computer runs on UTC,
but datepicker still selects "today" as local date, not UTdate -
eg. Feb14 PST, not Feb15 UT.
Is there a way to make it recognize today on UT ?
Issue: my database times …
-
```java
class Bean {
private LocalDate approved;
public LocalDate getApproved() {
return approved;
}
public void setApproved(LocalDate approved) {
this.app…