Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
GMTplus1 change
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjo-alvarez committed Dec 13, 2024
1 parent 19e4533 commit 3791932
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
import com.ontimize.jee.server.security.encrypt.IPasswordEncryptHelper;
import com.ontimize.jee.server.security.encrypt.PasswordBCryptHelper;

import java.util.TimeZone;

@SpringBootApplication
public class ServerApplication {

public static void main(final String[] args) {
TimeZone.setDefault(TimeZone.getTimeZone("GMT+01:00"));
SpringApplication.run(ServerApplication.class, args);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h3>{{ 'BootcampDoc' | oTranslate }}</h3>
</o-table-column>
<o-table-column class="center" attr="session_name" title="session_name"></o-table-column>
<o-table-column class="center" attr="password" title="password"></o-table-column>
<o-table-column class="center" attr="status" title="status"
<o-table-column class="center" attr="status" title="status_session"
type="string" content-align="center" title-align="center"
><o-table-cell-renderer-translate></o-table-cell-renderer-translate>
</o-table-column>
Expand Down
1 change: 1 addition & 0 deletions cd2024bfs4g1-frontend/src/main/ngx/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"start_date": "Start date",
"end_date": "End date",
"status": "Student status",
"status_session": "Session status",
"situation": "Employment status",
"phone": "Phone",
"birth_date": "Birth date",
Expand Down
1 change: 1 addition & 0 deletions cd2024bfs4g1-frontend/src/main/ngx/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"start_date": "Fecha de inicio",
"end_date": "Fecha de fin",
"status": "Estado del estudiante",
"status_session": "Estado de la sesión",
"situation": "Estado laboral",
"phone": "Teléfono",
"birth_date": "Fecha de nacimiento",
Expand Down

0 comments on commit 3791932

Please sign in to comment.